mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Set initial playback rate
This commit is contained in:
@@ -138,7 +138,7 @@ export class Animate {
|
||||
iterationStart: this.iterationStart,
|
||||
iterations: this.iterations
|
||||
});
|
||||
|
||||
this.animation.playbackRate = this.playbackRate;
|
||||
this.animation.addEventListener('cancel', this.handleAnimationCancel);
|
||||
this.animation.addEventListener('finish', this.handleAnimationFinish);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user