Godotwind is a Godot 4+ plugin designed to easily animate UI elements using customizable presets.
- In Godot, open the
AssetLibtab at the top. - Search for and select "Godotwind UI Animator".
- Download and install the plugin
- Then enable the plugin at Project -> Project Settings -> Plugins.
- Download the repository files
- Copy the content inside the repository
addonsfolder directly to anaddonsfolder inside your Godot project. - Inside Godot, enable the plugin at Project -> Project Settings -> Plugins.
In your script, call Animate to access the animation functions.
Examples:
Animate.fade_in(node)— Plays the fade-in animation on the node.Animate.fade_out(node, 2.0)— Plays the fade-out animation on the node with a duration of 2 seconds.
fade_in
fade_out
pop_in
pop_out
fade_from_left
fade_from_right
fade_from_up
fade_from_down
fade_to_left
fade_to_right
fade_to_up
fade_to_down
pulse
ping
wiggle