Is it possible to force jquery use CSS3 transitions for its fadeIn fadeOut effects?
It’s a mobile only site so I’d like to squeeze as much performance as possible out of it.
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.
First Google result is the jQuery animate enhanced plugin.
According to this page, you should set the plugin’s
useTranslate3doption totruefor smoother (hardware-accelerated) animation on iDevices.