Axel, You can do some really amazing stuff with canvas, but keep in mind the added overhead. Canvas is really just an image buffer. If you want clickable interaction with on canvas elements, you'll quickly find yourself building your own Scene Graph <http://en.wikipedia.org/wiki/Scene_graph> as we did on our own project. Canvas was the cat's meow for some cutting edge stuff we were doing, but took a lot of work too.
If you just want fun transitions, and slides animating as they zip back and forth, then you can do all this and more with CSS3 and some div's much more easily. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/mzy65TPPC1AJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
