diff --git a/packages/core/theme/src/animations/index.ts b/packages/core/theme/src/animations/index.ts index b85738345e..f3f65d2f4a 100644 --- a/packages/core/theme/src/animations/index.ts +++ b/packages/core/theme/src/animations/index.ts @@ -15,7 +15,7 @@ export const animations = { keyframes: { shimmer: { "100%": { - transform: "translateX(100%)", + transform: "translateX(200%)", }, }, "spinner-spin": {