Interface: Animation<Params>
Interface for element animations. Defines the contract for element animation effects like fade, rise, blur, etc.
Type parameters
| Name | Type |
|---|---|
Params | AnimationParams |
Table of contents
Methods
Properties
Methods
run
▸ run(params): ThreadGenerator
Executes the animation
Parameters
| Name | Type |
|---|---|
params | Params |
Returns
ThreadGenerator
Defined in
Properties
name
• name: string
The unique name identifier for this animation