mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Set default duration
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user