enable skeleton animations by default

This commit is contained in:
jeffvli
2026-03-09 20:48:03 -07:00
parent 31a201ca32
commit de29465b1f
+1 -1
View File
@@ -25,7 +25,7 @@ export function BaseSkeleton({
containerClassName,
count = 1,
direction = 'ltr',
enableAnimation = false,
enableAnimation = true,
height,
inline,
isCentered,