Set default duration

pull/186/head
Cory LaViska 2020-08-12 07:25:16 -04:00
rodzic 945630e235
commit 3567b3f6f4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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