pixxelfactory / jInvertScroll

A lightweight jQuery vertical scroll - horizontal move plugin with parallax effect.
http://www.pixxelfactory.net/jInvertScroll
MIT License
786 stars 156 forks source link

Slow performance on ipad #9

Closed smigielski closed 10 years ago

smigielski commented 10 years ago

Very slow performance on ipad and mobile devices. Can we do something with it?

christoshrousis commented 10 years ago

I had to resort to disabling on iPad and below as it was unusable :( I have kept it for my desktop version because I really liked this plugin.

pixxelfactory commented 10 years ago

Hi, mobile devices are limited due to their energy-saving features. I suggest not to use it on iPad or iPhone anyways because of usability-issues (since you don't controll the scroll via the mouse but via physical swipe, it is awkward to swipe downwards while the content scrolls sideways.) But we will look into performance optimization as soon as we have one little moment of time.

pixxelfactory commented 10 years ago

Hmmm... i don't think so, because it would have to enlarge the container and everything in it. Maybe you can try to rewrite the plugin so that it recalculates the width everytime you add new content and load it everytime you reach the end?

Regards

Am 30.07.14 12:21, schrieb chrismackie:

Is there a way to make this work with dynamically loaded content when you reach the end (lazy load)?

— Reply to this email directly or view it on GitHub https://github.com/pixxelfactory/jInvertScroll/issues/9#issuecomment-50597637.