[Pharo-project] Issue 3545 in pharo: FEATURE: Multiple Worlds
inspirations to switch between worlds: http://clickheredammit.com/pageflip (a page flip) combined with a peeling effect in the upper corner: http://www.sohtanaka.com/web-design/examples/peeling-effect/ or a carousel of world thumbnails: http://jquery-ui.googlecode.com/svn/branches/labs/carousel/demo/dynamic.html or a coverslide: http://jquery-ui.googlecode.com/svn/branches/labs/coverslide/index.html If you want to port a more mac like UI to Pharo also check: http://www.wizzud.com/jqDock (a dock done in JavaScript, check the properties) -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone
You already have the page flip animation in Smalltalk, just look at Form and page warp animation. It allows you to go from a form to another. pd: I've implemented a Morphic-Animations pacakge, adding the bitmap animations as strategy objects for each animation. If there's interest i could decouple it from Gaucho, and post it. Fernando On Wed, Jan 19, 2011 at 12:13 PM, Torsten Bergmann <astares@gmx.de> wrote:
inspirations to switch between worlds:
 http://clickheredammit.com/pageflip (a page flip)  combined with a peeling effect in the upper corner:  http://www.sohtanaka.com/web-design/examples/peeling-effect/
or a carousel of world thumbnails:
 http://jquery-ui.googlecode.com/svn/branches/labs/carousel/demo/dynamic.html
or a coverslide:
 http://jquery-ui.googlecode.com/svn/branches/labs/coverslide/index.html
If you want to port a more mac like UI to Pharo also check:
http://www.wizzud.com/jqDock  (a dock done in JavaScript, check the properties)
-- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone
participants (2)
-
Fernando Olivero -
Torsten Bergmann