Timed

Timed animations are animations that are played constantly while the animation is active. This kind of dynamic animation allows the user to create effects like a tree being blown by wind or an animated UI button.

4

33

⚠️ Values can have different times, but be careful when changing time values if you want your animation to seamless loop!

PropertyDescription
XMoves the image on the horizontal axis.
YMoves the image on the vertical axis.
Scale XScales the image on the horizontal axis.
Scale YScales the image on the vertical axis.
Skew XSkews the image on the horizontal axis.
Skew YSkews the image on the vertical axis.
AngleRotates the image.
ColorApplies a color tint on the image.
AlphaModifies the alpha/opacity of the image.
Easing ModeApplies an easing curve to all the properties that have time. (see easing.net)
Time ModeDefines how Time handles. Ping-Pong makes time go forward and backwards. Continuous makes the time reset to 0 when it reaches the end.