How to make object big by xScale
in transition.to
for a period of time this is my line code
transition.to(object, {time = 200, radius = 3, alpha = 1, xScale = 1.4, yScale = 1})
let's say I want this happen for 5 seconds then return to the default size xscale =1
and yscale = 1
.