Anima is an addon for Godot that allows you to easily create powerful UI animations
Creating UI animations in Godot using Tween can be a bit tedious, and Anima allows you doing that with few lines of code and a simple syntax. It has built-in about 89 animations and 33 easings, with the ability to easily add your own. You can also add your own with a CSS inspired syntax.
- Installation
- Documentation & Demo
- Differences between Anima and Godot Tween
- Stay in Touch
- Contribution
- License
This is a regular editor plugin. Copy the contents of addons/Anima into the same folder in your project, and activate it in your project settings.
Check out documentation, demo code and live examples.
Original source: https://github.com/animate-css/animate.css
Contributions are welcome and are accepted via pull requests.
MIT
Copyright (c) 2021-present, Alessandro Senese (ceceppa)