-3

Possible Duplicate:
Page flip effect for HTML5?

Can anyone suggest me how to make page turn(like flip book/dog ear) effect page transition using Css3 or jquery.

Community
  • 1
  • 1
Raghavak
  • 61
  • 3
  • 5

1 Answers1

1

You can't do it using CSS3 alone. Here's an example using Canvas. http://www.html5rocks.com/en/tutorials/casestudies/20things_pageflip/

Tim Rogers
  • 21,297
  • 6
  • 52
  • 68