AnimationOptions

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 number

Animation duration in milliseconds.

easing
#

Type $ease.Easing

Easing function. Defaults to linear.

Click here for more info

from
#

Type Value

Initial value to animate from. If not set, will use current value.

key
#

Type Key

A setting key to animate value for.

loops
#

Type undefined | number

How many times to play the animation. Defaults to 1.

to
#

Type Value

Target value to animate to.