The scene
Unique id to identify the tween
Start value
End value
Easing function identifier
Duration in seconds
Set it to true to use a exponential It's useful for values that are factors like a scale or a zoom.
The name of layer
Add a layout value tween.
The scene
Unique id to identify the tween
Start value
End value
Easing function identifier
Duration in seconds
Set it to true to use a exponential It's useful for values that are factors like a scale or a zoom.
Tween between 2 values according to an easing function.
Type of easing
Start value
End value
from 0 to 1
Get tween progress.
The scene
Unique id to identify the tween
Progress of playing tween animation (between 0.0 and 1.0)
Get tween value.
It returns 0 for tweens with several values.
Unique id to identify the tween
Value of playing tween animation
Tween a layer camera position.
The scene
Unique id to identify the tween
The targeted position on X axis
The targeted position on Y axis
The name of the layer to move
Easing function identifier
Duration in seconds
Tween a layer camera rotation angle.
The scene
Unique id to identify the tween
The targeted angle in degrees
The name of the layer to rotate
Easing function identifier
Duration in seconds
Tween a layer camera zoom factor.
The scene
Unique id to identify the tween
The targeted zoom factor
The name of the layer to zoom
Easing function identifier
Duration in seconds
Tween a color object effect property.
The scene
Unique id to identify the tween
The target RGB color (format "128;200;255" with values between 0 and 255 for red, green and blue)
Layer name
Effect name
Property name
Easing function identifier
Duration in seconds
Tween a numeric object effect property.
The scene
Unique id to identify the tween
The targeted value
Layer name
Effect name
Property name
Easing function identifier
Duration in seconds
Tween a scene variable.
The scene
Unique id to identify the tween
The scene variable which is set to the tweened value
End value
Easing function identifier
Duration in seconds
Generated using TypeDoc
Add a layer value tween. The layer time scale is taken into account.