I’m trying to make a simple page transition effect. I came across this one for jQuery Mobile:
http://labs.gourdisgood.com/hypertransition/
Is it a bad idea to use jQuery Mobile on a regular site? All I really want is this one effect. Any ideas?
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.
You could use some of the jQuery UI effects
If you are transitioning to a different page you can pull the content via AJAX and then display it using the effect.
If you already have the content on your page and you are just simulating a page transition then the effect should be all you need.