Set default duration

This commit is contained in:
Cory LaViska
2020-08-12 07:25:16 -04:00
parent 945630e235
commit 3567b3f6f4

View File

@@ -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';