Hi @Brent, yes i seeing otherwise. This little piece of code does not work as I would expect:
local circle = display.newCircle( display.contentCenterX, display.contentCenterY, 50 )
transition.to( circle, {xScale=1.05, yScale=1.05, time=1000, iterations=-1, transition=easing.continuousLoop} )
and certainly behaves very differently from the same code without transition=easing.continuousLoop.