I’m really liking the mobile Gmail’s quite smooth page transitions, https://mail.google.com/mail/mu.
Does anyone know how they do this? Is there a library they use?
I had a look around myself but it wasn’t obvious. A hint would be much appreciated.
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.
Looking at the code it seems they’re doing this with CSS3 transitions. Specifically
Here’s the spec: http://www.w3.org/TR/css3-transitions/
Here’s some info on how they work: http://www.alistapart.com/articles/understanding-css3-transitions/