Tween

A tween (from in-between) is a concept that allows you to change the values of the properties of an object in a smooth way. You just tell it which properties you want to change, which final values should they have when the tween finishes running, and how long should this take, and the tweening engine will take care of finding the intermediate values from the starting to the ending point.

What is Fatina ?

Fatina is a new tweening library designed to be easy to use and easy to understand. The main inspiration is the C# library DOTween made for Unity

Fatina Features

  • Logical and easy to use API: Design to boost efficiency, intuitiveness and ease of use.
  • Stable and Reliable: Good code coverage and lots of tests
  • Lightweight: No extra dependencies and a minified file under 20KB
  • Fast and efficient
  • Modular: With a plugin system designed to add new features (Helpers, Animator, …)
  • Free & Open source
Github Releases Issues