Canvas Group Animation
Last updated
Last updated
Fade In
Fade Out
Blink
Pulse
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.