local options = { x = 200, time = 3000, iterations = 0, onRepeat = function() print("something") end } local transition = transition.to( obj, options )
Is it possible to change the “time” property after the declaration?