diff --git a/src/components/animation/animation.tsx b/src/components/animation/animation.tsx index 669c5fe4..f2131f70 100644 --- a/src/components/animation/animation.tsx +++ b/src/components/animation/animation.tsx @@ -34,7 +34,7 @@ export class Animate { @Prop() direction: PlaybackDirection = 'normal'; /** The number of milliseconds each iteration of the animation takes to complete. */ - @Prop() duration = 0; + @Prop() duration = 1000; /** The rate of the animation's change over time. */ @Prop() easing = 'linear';