Skip to content

Latest commit

 

History

History
executable file
·
13 lines (7 loc) · 809 Bytes

readme.md

File metadata and controls

executable file
·
13 lines (7 loc) · 809 Bytes

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

you can get an interactive version of the chart by clicking here

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