开发者

How can I use with JS/CSS/HTML5 animation to get flash like animations? eg a PagePeel

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 anima开发者_运维问答tions. 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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜