There are quite a number of page flip / curl effects using HTML5 & CSS3 in the Internet, but it seems I cannot find any page fold effects ( fold up the page both left & right side to middle ).
Any advice / suggestion on using which tool ? Mootools ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
take a look at CSS3 3d-transformations 😉
see http://2012.beercamp.com/ (source-code) and for the beginning http://css3.bradshawenterprises.com/flip/
EDIT: to actually achieve your folding-up effect, you’d have to add 2
<div>sthat get 3d-transformed when hovering/whatever. Actually it’s not that hard, when you understand the basics 😉