Type interface
Represents collection of options for Sprite
inertia.
Inheritance
IInertiaOptions does not extend any other symbol.
IInertiaOptions is not extended by any other symbol.
Properties
duration # |
Type How long should inertia animation play out. |
---|---|
easing # |
Type ( value: Easing function to be used for inertia animation. |
factor # |
Type How far should object go by inertia counting from its reference point in trail and its release point. I.e. if there are 100 pixels between reference point and drop point, then it will go another |
time # |
Type When calculating inertia direction and speed, we look back at the log of coordinates. This setting holds number of milliseconds to check back to. |