I have a problem with this animation in jquery, it seems to be jerky with all browser.
This is the link: HERE
You have to click to "Fotovoltaico" and "Fotovoltaico a concentrazione" for see the animation problem.
|
I have a problem with this animation in jquery, it seems to be jerky with all browser. This is the link: HERE You have to click to "Fotovoltaico" and "Fotovoltaico a concentrazione" for see the animation problem. |
||||
|
|
|
As I first suggested below, I have confirmed it is your jquery version... I can prove it by using the above jsfiddle that is just a copy/paste your actual code on the example site. Simply switching the jsfiddle to use jQuery 1.5.1 from 1.2.6 (your version) fixes the issue. So... As I said at first. First of all you are using jQuery 1.2.6, I would recommend using an updated version. |
|||||||||||
|
|
It's your margin-top rule, i guarantee it, i've had this before. Add easing to avoid the jerkiness |
|||||||
|
|
This animations are dependent on the performance of your browser/computer; also how many elements and how much redrawing is required on our page when things are moved around. Unfortunately there isn't a lot you can do apart from reduce the amount of elements/js on the page. If it's any consolation, I've been running FF all day and it worked fine for me. |
|||
|
|