How to do a JavaScript HTML 5 Canvas image “page flip” like you commonly see in Flash?

后端 未结 9 1109
自闭症患者
自闭症患者 2021-01-30 06:00

Has anyone tried recreating the page flip effect with images like you commonly see in Adobe Flash with JavaScript and HTML 5\'s canvas tag?

Are there any frameworks or J

相关标签:
9条回答
  • 2021-01-30 06:33

    You can try jFlip, it's a jQuery Plugin, It's not IE-compliant but I guess it's not a problem for you since you are asking for HTML5.

    0 讨论(0)
  • 2021-01-30 06:34

    Here is an HTML5 Page flip App that I built using HTML5's Canvas Element & jQuery. It's called RectoVerso.

    I also ran across this one: http://romancortes.com/ficheros/page-flip.html
    Which is done with only CSS3.

    0 讨论(0)
  • 2021-01-30 06:36

    http://www.romancortes.com/blog/pure-css3-page-flip-effect/

    0 讨论(0)
提交回复
热议问题