Difference between revisions of "tween.lua"
(Created page with "{{#set:LOVE Version=Any}} {{#set:Description=Simple tweening lib for Lua.}} Category:Libraries [http://love2d.org/forums/viewtopic.php?f=5&t=3015 Original forum thread ]. ...") |
|||
Line 1: | Line 1: | ||
{{#set:LOVE Version=Any}} | {{#set:LOVE Version=Any}} | ||
{{#set:Description=Simple tweening lib for Lua.}} | {{#set:Description=Simple tweening lib for Lua.}} | ||
− | + | {{#set:Keyword=Animation}} | |
[[Category:Libraries]] | [[Category:Libraries]] | ||
Latest revision as of 07:03, 23 December 2016
Latest version:
https://github.com/kikito/tween.lua
tween.lua simplifies "interpolationish" transitions, like fadeins/fadeouts, gradual movement vs time.
It is based on jQuery's animate method.