Type interface
Animation options.
Click here for more info
Inheritance
AnimationOptions does not extend any other symbol.
AnimationOptions is not extended by any other symbol.
Properties
|
duration # |
Type Animation duration in milliseconds. |
|---|---|
|
easing # |
Type Easing function. Defaults to linear. Click here for more info |
|
from # |
Type Initial value to animate from. If not set, will use current value. |
|
key # |
Type A setting key to animate value for. |
|
loops # |
Type How many times to play the animation. Defaults to 1. |
|
to # |
Type Target value to animate to. |