I have a rectangle with a width of 0, and I want to make it 300 over 3 seconds using transition:
transition.to( rect, {width=300, time=3000, transition=easing.linear} )
The problem is that it takes longer than 3 seconds to complete the transition, it also starts very fast in gets much slower towards the end, despite having a linear easing.