Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/j-bbr/Easing
- Owner: j-bbr
- License: mit
- Created: 2017-04-17T04:55:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T07:38:33.000Z (over 7 years ago)
- Last Synced: 2024-07-14T04:37:33.988Z (4 months ago)
- Language: C#
- Size: 1.94 MB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Easing - Simple easing and tweening library (Easing)
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.