Performance problem in sliding divs
Hello, I want to implement a sliding effect like this one on
cakePHP I mean, when you click on the "next" and "previous" arrows, the panel content slides ahead or back
I tried
- $("#myPanel").animate({left: 600})
obviously it was relatively positioned.. So I tried to accomplish that effect by animating the left CSS property, but it is very very sluggish even on newest machines, in all browsers except WebKit ones (actually, Firefox on Win is better than on Linux, but the animation still isn't smooth enough)
I thought it was a jQuery issue, but then I found that cakePHP page, so I think I'm on the wrong way
Can you please suggest me how to accomplish the "sliding" effect? (note that I must slide between div's, not images only.. There is also text etc)