Ok, will do then. What i can do now is: a := Morph new. b animationsRunner animateFadeInOf: b. b := Morph new. b animationsRunner animatePageTurnFrom: b to: a. ..... All based on the existing methods on Form, simply adding a "Morphic layer" on top. Fernando On Wed, Jan 19, 2011 at 1:01 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Yes, if thats easy to do.
I played with JavaFX last year and (even when it is now abondened and will reappear as Java API) it was a nice way to easily build visual appealing applications with transition effects, shadows, ... (see http://javafx.com/samples)
Would like to see that in future for Pharo too easily allow people to build sexy apps.
Me too. Now again this is a question of time not vision. There is simpleMorphic waiting for us
Thx T.