Interface: IAnimateEvents
Table of contents
Properties
Properties
created
• Optional
created: IAnimateEventFunction
Defined in
ui/packages/interface/src/IAnimation.ts:119
play
• Optional
play: IAnimateEventFunction
Defined in
ui/packages/interface/src/IAnimation.ts:121
pause
• Optional
pause: IAnimateEventFunction
Defined in
ui/packages/interface/src/IAnimation.ts:122
stop
• Optional
stop: IAnimateEventFunction
Defined in
ui/packages/interface/src/IAnimation.ts:123
seek
• Optional
seek: IAnimateEventFunction
Defined in
ui/packages/interface/src/IAnimation.ts:124
update
• Optional
update: IAnimateEventFunction
Defined in
ui/packages/interface/src/IAnimation.ts:126
completed
• Optional
completed: IAnimateEventFunction