Contains the plugin initialization login.
(animation: Animation)
| 15 | export interface AnimationPlugin { |
| 16 | /** Contains the plugin initialization login. */ |
| 17 | init(animation: Animation): void; |
| 18 | |
| 19 | /** Will be called on Animation disposal. */ |
| 20 | destroy(): void; |
no outgoing calls
no test coverage detected