disable default skeleton animation

This commit is contained in:
jeffvli
2025-10-04 03:43:40 -07:00
parent 42a0530777
commit 02d9e8328f
+1 -1
View File
@@ -29,7 +29,7 @@ export function Skeleton({
containerClassName,
count,
direction,
enableAnimation = true,
enableAnimation = false,
height,
inline,
isCentered,