| 855 | * A custom plugin config object |
| 856 | */ |
| 857 | export interface AutoAnimationPluginOptions { |
| 858 | // provide your own css styles or disable style reset |
| 859 | styleReset: CSSStyleDeclaration | false |
| 860 | } |
| 861 | |
| 862 | /** |
| 863 | * A custom plugin that determines what the effects to run |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…