Hello,
I am happy to release the Animation package at last! http://catalog.pharo.org/catalog/project/Animation This is a general animation system, which can turn any setter message into a smooth transition (provided it has a corresponding getter, and the target value supports + and *Float).
Examples: morph position: (100@100 during: 2 seconds easing: #backOut). morph color: (Color red during: 2 seconds). morph title: ('tutututu' during: 2 seconds).
I am curious to see if/how it could be used with Roassal/Moose. Please send any (good or bad) feedback you may have while testing it!
Cheers, Thibault
ps: Thanks to anonymous contributor for the second syntax, it was a lot of fun - and evil laughs :)