Skip to content

Commit 7da77a5

Browse files
authored
update animation event to include currentStep instead of currentState (#9837)
1 parent 359d171 commit 7da77a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/animation.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface AnimationEvent {
1313
chart: Chart;
1414
numSteps: number;
1515
initial: boolean;
16-
currentState: number;
16+
currentStep: number;
1717
}
1818

1919
export class Animator {

0 commit comments

Comments
 (0)