Skip to content

Instantly share code, notes, and snippets.

View evandro-costa's full-sized avatar

Evandro Costa evandro-costa

View GitHub Profile
@evandro-costa
evandro-costa / InfiniteTransitionLoop.lua
Last active March 22, 2020 02:00
Corona SDK - Infinite Transition Loop sample
local animate = function(obj, ref)
if ref then
obj.transitionLoop = ref
end
-- Optional resets:
obj.x = 0
transition.to(obj, {
x = 10,