disable default skeleton animation

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