UIAnimation
  • 🕶️UIAnimation Documentation
  • Start
    • 🔧How to get started
    • 📜Detailed information on components
  • 📌Animations
    • ✅Main Parameters
    • ⚙️Rotate Animation
    • ⚙️Scale Animation
    • ⚙️Translate Animation
    • ⚙️Activate Object
    • ⚙️Color Animation
    • ⚙️FillAmount Animation
    • ⚙️Particl System
    • ⚙️Sprite Animation
    • ⚙️Canvas Group Animation
    • ⚙️Animator Animation
Powered by GitBook
On this page
  • Mods
  • Mod - Normal & Shake
  • Mod - Side to Side
  • Mod - Clockwise
  1. Animations

Rotate Animation

How Rotate Animation works

PreviousMain ParametersNextScale Animation

Last updated 4 months ago

Mods

Mod
Description

Normal

SideToSide

Shake

Clockwise

Mod - Normal & Shake

Parameter
Description

Duration

The duration of the animation in seconds.

End Value

The target rotation values for the animation.

Mod - Side to Side

Parameter
Description

Duration

The duration of the animation in seconds.

Min End Value

The minimum rotation values for the animation (Rocking to the first side).

Max End Value

The maximum rotation values for the animation (Rocking to the other side).

Mod - Clockwise

Parameter
Description

Duration

The duration of the animation in seconds.

X Axis

The rotation value for the X axis.

Y Axis

The rotation value for the Y axis.

Z Axis

The rotation value for the Z axis.

Plays a standard rotation animation to a target angle and back to the initial angle.

Plays a side-to-side rotation animation between two predefined angles.

Plays a shake rotation animation for a dynamic and randomized effect.

Plays a continuous rotation animation in the specified direction (X, Y, Z).

📌
⚙️