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 Position
  1. Animations

Translate Animation

PreviousScale AnimationNextActivate Object

Last updated 2 months ago

Mods

Mod
Description

PingPong

Target Position

Mod - Ping Pong

Parameter
Description

Duration

The duration of the animation in seconds.

End Value

The target position values for the animation.

Mod - Target Position

Parameter
Description

Duration

The duration of the animation in seconds.

Initialize Start Position

Initialize the start position when the game starts. If true, StartValue will be applied when the game starts. If false, it will be applied when the animation starts.

AutoStartPosition

Now you don’t need to manually enter the starting position. Just move the object to the desired start position, and it will be fixed there.

Start Value

The starting position values for the animation.

End Value

The target position values for the animation.

Creates a PingPong animation moving back and forth between positions.

Creates an animation moving from StartValue to EndValue.

πŸ“Œ
βš™οΈ