Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Godot UI Animation Library

An asset by rockgem
The page banner background of a mountain and forest
Godot UI Animation Library hero image

Quick Information

0 ratings
Godot UI Animation Library icon image
rockgem
Godot UI Animation Library

A collection of the most commonly used animations for your UI

Supported Engine Version
4.0
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
11 days ago
Git URL
Issue URL

Quick Start

Installation

Install the plugin through Godot Asset Library (recommended). Or copy the godot_ui_animations folder into addons/ folder

Usage

Go to your Control node's script, specifically in the _ready() function and call UIAnimation.animate_slide_from_left() as an example.

Code examples:

[!NOTE] This add-on is currently in development, it may get future updates and improvements in the future.

Making the panel popup in the center of the screen

https://github.com/user-attachments/assets/f8084790-d504-47f0-9ff8-d0901b0816de

func _ready():
  UIAnimation.animate_pop($Panel)

Note that the functions requires a Control reference to be passed in

README image

It can even be self as long as the node being passed in is a Control node

README image

Available animations currently in this version:

animate_pop() animate_shrink() animate_slide_from_left() animate_slide_to_left() animate_slide_from_right() animate_slide_to_right() animate_from_left_to_center() animate_from_center_to_left()

https://github.com/user-attachments/assets/90c8728d-0d18-4cff-8223-4471f86ffe3d

A collection of the most commonly used animations for your UI

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Godot UI Animation Library icon image
rockgem
Godot UI Animation Library

A collection of the most commonly used animations for your UI

Supported Engine Version
4.0
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
11 days ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers