How to get the bookflip effect with JavaScript

南笙酒味 提交于 2019-12-13 18:45:13

问题


Finally I found the effect I was looking for. Sadly it is written as a java applet.

Do you know how can I get the same effect with JavaScript?

You can see the effect in the link below... it switches between pictures as though they where book pages:

http://javaboutique.internet.com/BookFlip/


回答1:


For some reason I could not see the applet:

Please tell me if this does the job for you:

http://clickheredammit.com/pageflip/

Good luck!

EDIT:

I found one more:

http://plugins.jquery.com/project/jFlip

See it working here:

http://www.jquery.info/scripts/jFlip/demo.html

Tell me if no of this suits you!



来源:https://stackoverflow.com/questions/3953228/how-to-get-the-bookflip-effect-with-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!