We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4712af commit 562b900Copy full SHA for 562b900
packages/core/src/animation/AnimatorState.ts
@@ -232,7 +232,7 @@ export class AnimatorState {
232
/**
233
* @internal
234
*/
235
- _updateTransitionsIndex(transition: AnimatorStateTransition, hasExitTime): void {
+ _updateTransitionsIndex(transition: AnimatorStateTransition, hasExitTime: boolean): void {
236
this._transitions.splice(this._transitions.indexOf(transition), 1);
237
if (hasExitTime) {
238
this._addHasExitTimeTransition(transition);
0 commit comments