Is transition=easing.outBounce working correctly in transition.to and onComplete?

I encountered a strange behavior in my current code and I can’t find anything wrong with it. So I thought I ask if someone else had this ‘problem’ maybe. I’m using daily build 2363.

I’m using a transition.to transition for a loading screen with transition=easing.outBounce. With onComplete=doscenechange I’m calling the function to change to the next scene, but somehow the scene is changing BEFORE the bounce of the image is finished. The image starts bouncing and there are missing the final ‘bounces’ and the scene already starts to change to the next one.

Is this maybe a known problem?

Thx for any help!

Daniela

Hi Daniela,

Just curious, can you test this using some other easing methods? I’d like to determine if this is a general issue with transitions, or just with the “outBounce” one.

Thanks,

Brent

Thank you for your reply Brent. I have checked my complete code now and decided to create the complete transition.to part from scratch because I couldn’t figure it out what is causing the problem. I’ve tested it with other transitions and I had the same problem then… but I have finished the new code and everything is working fine now, so I think it is NOT a problem caused by the transitions… instead I’m sure I somehow messed something up in the first version because now it is working. I couldn’t find the problem walking through the code step by step… but I’m sure I’ve missed something because now it is working fine.

Thank you!

Daniela

Hi Daniela,

Just curious, can you test this using some other easing methods? I’d like to determine if this is a general issue with transitions, or just with the “outBounce” one.

Thanks,

Brent

Thank you for your reply Brent. I have checked my complete code now and decided to create the complete transition.to part from scratch because I couldn’t figure it out what is causing the problem. I’ve tested it with other transitions and I had the same problem then… but I have finished the new code and everything is working fine now, so I think it is NOT a problem caused by the transitions… instead I’m sure I somehow messed something up in the first version because now it is working. I couldn’t find the problem walking through the code step by step… but I’m sure I’ve missed something because now it is working fine.

Thank you!

Daniela