TransitionMode
The TransitionMode enumeration is used to specify the transition effect when switching between UI element states.
| attributes | description |
|---|---|
| None | No transition effect, directly switches to the target state. |
| ColorTint | Color transition effect that interpolates the color from the target state to the current state to achieve a transition. |
| SpriteSwap | Sprite image transition effect that replaces the sprite image of the current state with the sprite image of the target state to complete the transition. |
