Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j-bbr/Easing

Simple easing and tweening library for unity
https://github.com/j-bbr/Easing

Last synced: 3 months ago
JSON representation

Simple easing and tweening library for unity

Awesome Lists containing this project

README

        

# Easing and Tweening Library for Unity

Tween any float, vector2, vector3 or quaternion. Extension methods for often used properties so that tweening can be as easy as
```cs
transform.ScaleTo(targetScale, animationLength, easingStyle);
```
## Example
An [Example](https://alchem.itch.io/unity-easing) where you can fiddle with some of the easing parameters.

## License
Licensed under a MIT-License. The easing equations are under a BSD-License.