Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loghound/Corona-Transitions
A library of corona transitions
https://github.com/loghound/Corona-Transitions
Last synced: 3 months ago
JSON representation
A library of corona transitions
- Host: GitHub
- URL: https://github.com/loghound/Corona-Transitions
- Owner: loghound
- Created: 2011-05-14T18:05:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-14T22:18:44.000Z (over 13 years ago)
- Last Synced: 2024-07-31T09:10:04.680Z (6 months ago)
- Language: Lua
- Homepage:
- Size: 82 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-solar2d - LHTween - a tweening library to add more transitions. (Animation)
README
LHTween
============This is a small tweening library I built for Corona to add some more transitions to the alread existing set of transitinos.
The sample program shows a demo with red squares of the different looks, you can also view the easing curves below
![Easing Chart](https://spreadsheets7.google.com/spreadsheet/oimg?key=0AmmRIsKpMJd7dHRob0xBWWVXNGV0QWllSGF4S0ZJUkE&oid=1&zx=ot8rkyqqujh2 "Easing Chart")
you can get an interactive version of the chart by clicking [here](https://spreadsheets7.google.com/spreadsheet/pub?hl=en&hl=en&key=0AmmRIsKpMJd7dHRob0xBWWVXNGV0QWllSGF4S0ZJUkE&single=true&gid=0&output=html)
To use simple replace the transition variable in your transitions (see the main.lua for examples). This work was inspired by the 'tweener class' by Zeh Fernando and Nate Chatellier