Specifically, I am talking about a decent "realistic" looking page peel from one images to the next in a set. This sort of technology will be vital to the success of Apple's new anti-flash, pro HTML5 push. Flash excels at complex and robust animations. Is it possible to create the same effects using only HTML5/JS/CSS today?

I found this JS VectorGraphics library:

http://www.netzgesta.de/curl/

but I am not sure how practical it is for animation.

link|improve this question
2  
By the way, how will a "page peel" be vital in the success of Apple's new anti-flash push? lol. – ItzWarty Feb 26 '10 at 20:34
In addition to ItzWarty's comment, why is this push labeled as new? This is very, very old news! And anyway, a feature only used in some below average websites won't be a vital feature for Apple, never. – Shautieh Sep 30 '11 at 19:08
feedback

1 Answer

For page flipping [which is basically image distortion] you would probably want to look into context.getImageData(x, y, w, h);
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#pixel-manipulation

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.