We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e21cca commit e2194c5Copy full SHA for e2194c5
spine-ts/spine-core/src/AnimationState.ts
@@ -953,7 +953,7 @@ export class TrackEntry {
953
this._mixDuration = mixDuration;
954
}
955
956
- setMixDurationWithDelay(mixDuration: number, delay: number) {
+ setMixDurationWithDelay (mixDuration: number, delay: number) {
957
958
if (this.previous != null && delay <= 0) delay += this.previous.getTrackComplete() - mixDuration;
959
this.delay = delay;
0 commit comments