Is there an easing property that allows the object to bounce into position? All I see in the API list are ease properties that never pass the zero point. I would like it to overshoot the end and wobble into place. [import]uid: 12513 topic_id: 10435 reply_id: 310435[/import]
Did you find the answer to your question? [import]uid: 136829 topic_id: 10435 reply_id: 95710[/import]
If I’m not mistaken you can write your own easing function in Corona, although I’ve never dabbled in such stuff.
p.s. Interestingly the ease-in and ease-out functions are named incorrectly in Corona and should be the other way around
[import]uid: 70134 topic_id: 10435 reply_id: 95713[/import]
For bounce effects and more, see these easing additions
http://developer.anscamobile.com/code/more-easing [import]uid: 84637 topic_id: 10435 reply_id: 95776[/import]