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, PingPong
  • Mod - Step
  1. Animations

FillAmount Animation

PreviousColor AnimationNextParticl System

Last updated 4 months ago

Mods

Mod
Description

Normal

Ping Pong

Step

Mod - Normal, PingPong

Parameter
Description

Duration

The duration of the animation in seconds.

Start Value

The starting fill amount value (0 to 1).

End Value

The ending fill amount value (0 to 1).

Mod - Step

Parameter
Description

Step Pause Time

The pause time between each step in the animation.

Steps

The number of steps in the animation.

Start Value

The starting fill amount value (0 to 1).

End Value

The ending fill amount value (0 to 1).

Changes fillAmount from StartValue to EndValue

Loops fillAmount between StartValue and EndValue

Changes fillAmount in discrete steps

📌
⚙️