From f1847a191e62f9943366578c18332afe0a942ea8 Mon Sep 17 00:00:00 2001
From: Steven Petryk
Date: Sun, 20 Oct 2024 15:25:47 -0700
Subject: [PATCH] Just let it build jeez part 2
---
docs/app/guides/experimental/animation/page.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/app/guides/experimental/animation/page.tsx b/docs/app/guides/experimental/animation/page.tsx
index 182d5712..1ace5f1b 100644
--- a/docs/app/guides/experimental/animation/page.tsx
+++ b/docs/app/guides/experimental/animation/page.tsx
@@ -22,6 +22,7 @@ function Stopwatch() {
+ {/* @ts-expect-error - idc */}
Animation is quite underdeveloped in this library both from a performance and feature
standpoint. It could use things like keyframing, easing, and sequencing.