Skip to content

Commit 359d171

Browse files
authored
update animation event to include inital variable (#9834)
1 parent 7966227 commit 359d171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/animation.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export class Animation {
1212
export interface AnimationEvent {
1313
chart: Chart;
1414
numSteps: number;
15+
initial: boolean;
1516
currentState: number;
1617
}
1718

0 commit comments

Comments
 (0)