bkosborne / jQuery-Waterwheel-Carousel

GNU General Public License v3.0
105 stars 69 forks source link

Poor performance in mobile #13

Open hendrasan opened 11 years ago

hendrasan commented 11 years ago

I just test this plugin in iPad (and this applies in mobile overall I guess), and it is quite poor performance-wise.

As I need quick fix for my project, I modified your plugin a bit. The main culprit is the jQuery animate call which has horrible performance in mobile, so I change that to CSS3 animation and it's much better. However, as it's quick fix and probably has lots of issues, I can't open a pull request.

I just thought I should let you know about this.