Anima

An asset by ceceppa
The page banner background of a mountain and forest
Anima hero image

Quick Information

0 ratings
Anima icon image
ceceppa
Anima

An addon to run sequential and parallel animations with few line of codes compared to Tween

Supported Engine Version
3.2
Version String
0.3.2
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Anima

Anima is an addon for Godot that allows you to create sequential and parallel animations with less code compared to Tween.

Introduction

README Anima

Creating sequential and parallel animations 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.

Table of Contents

  • Installation
  • Documentation & Demo
  • Differences between Anima and Godot Tween
  • Stay in Touch
  • Contribution
  • License

Installation

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.

Documentation & Demo

Check out documentation, demo code and live examples.

Differences between Anima and Godot Tween

Anima Tween
Chaining support for sequential, parallel and concurrent animations possible but need to be done manually
Easing 33 built-in, (it will be extended in 0.2) 10 and no support for custom ones
Create and reuse custom animations 89 built-in, more can be added programmatically possible but not as easy
Animate elements in group yes (it will be extended in 0.2) possible but need to manually animate each individual element
Loop Infinite, Times, and delayed loops Infinite only
Animate relative values yes possible but need to be done manually
Play/Loop backwards yes no
Change speed on fly 0.4 no
Animation path (position only) 0.5 no

What does it mean in terms of code? Here an overview of Anima vs Godot Tween code for simple animation:

README Anima vs Godot

For more info about the differences have a look here

Stay in Touch

Contribution

Contributions are welcome and are accepted via pull requests.

License

MIT

Copyright (c) 2021-present, Alessandro Senese (ceceppa)

An addon to run sequential and parallel animations with few line of codes compared to Tween

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
Anima icon image
ceceppa
Anima

An addon to run sequential and parallel animations with few line of codes compared to Tween

Supported Engine Version
3.2
Version String
0.3.2
License Version
MIT
Support Level
community
Modified Date
2 years 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