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 - Ping Pong
  • Mod - Target Size
  • Mod - Target Size - Advanced
  1. Animations

Scale Animation

PreviousRotate AnimationNextTranslate Animation

Last updated 4 months ago

Mods

Mod
Description

PingPong

Target Size

Mod - Ping Pong

Parameter
Description

Duration

The duration of the animation in seconds.

End Value

The target scale values for the animation.

Mod - Target Size

Parameter
Description

Duration

The duration of the animation in seconds.

End Value

The target scale values for the animation.

Advanced

Enable advanced settings for the TargetSize animation mode.

Auto Start Value

Automatically determine the start value based on the current scale.

Mod - Target Size - Advanced

Parameter
Description

Advanced

Enable advanced settings for the TargetSize animation mode.

Auto Start Value

Automatically determine the start value based on the current scale.

Duration

The duration of the animation in seconds.

Start Value

The starting scale values for the animation.

Middle Value

The intermediate scale values for the animation.

End Value

The target scale values for the animation.

Plays a PingPong animation that alternates between the start and end scale values.

Plays a scale animation from StartValue to EndValue. If Advanced is true, scales from StartValue to MiddleValue, then to EndValue.

📌
⚙️