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 - Fade In, Fade Out, Blink, Pulse
  1. Animations

Canvas Group Animation

PreviousSprite AnimationNextAnimator Animation

Last updated 4 months ago

Mods

Mod
Description

Fade In

Fade Out

Blink

Pulse

Mod - Fade In, Fade Out, Blink, Pulse

Parameter
Description

Duration

The duration of the animation in seconds.

Initialize Start Value

Whether to initialize the start value of the animation.

Start Value

The starting value of the animation (0 to 1).

End Value

The ending value of the animation (0 to 1).

Performs a fade-in animation by increa.

Performs a fade-out animation by decreasing the alpha of the CanvasGroup.

Performs a blinking animation by alternating the alpha of the CanvasGroup between two values.

Performs a pulsating animation by smoothly transitioning the alpha of the CanvasGroup between two values.

📌
⚙️