j-bbr / Easing

Simple easing and tweening library for unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

transform.ScaleTo(targetScale, animationLength, easingStyle);

Example

An Example where you can fiddle with some of the easing parameters.

License

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

About

Simple easing and tweening library for unity

License:MIT License


Languages

Language:C# 51.1%Language:GLSL 48.9%