transition scale with easing.continuousLoop

local img = display.newImage( ‘img.png’)

transition.to( img, { time=1000, xScale = 0.8 , yScale = 0.8 ,iterations=-1, transition = easing.continuousLoop} )

I wanted to be 1.0 -> 0.8 -> 1.0

but, it works weird…

and, i tried this code.

transition.to( img, { time=1000, width = img.width*0.8 , height = img.height*0.8 ,iterations=-1, transition = easing.continuousLoop} )

still didn’t work.

Hi @Choi Hyun Seok,

I’m getting the same odd results. I’m looking further into this; it may be a bug… I’ll keep you posted.

Best regards,

Brent

Hi @Choi Hyun Seok,

I’m getting the same odd results. I’m looking further into this; it may be a bug… I’ll keep you posted.

Best regards,

Brent

We’ve run into this issue as well. Any update on this?

Update?

Hi @c.noeth,

At this time, the “continuousLoop” easing method has been deprecated and we do not encourage its usage. Sorry for the confusion.

Brent

We’ve run into this issue as well. Any update on this?

Update?

Hi @c.noeth,

At this time, the “continuousLoop” easing method has been deprecated and we do not encourage its usage. Sorry for the confusion.

Brent