janpaepke / ScrollMagic

The javascript library for magical scroll interactions.
http://ScrollMagic.io
Other
14.88k stars 2.17k forks source link

Parallax on mobile #98

Closed ch3rr1 closed 10 years ago

ch3rr1 commented 10 years ago

Hi there,

I have problem with the parallax effect when viewing on mobile. The animation from the demo page works great on mobile devices. Mine doesn't. It's this stutter problem when scrolling. I only get the animation to jump from one state to another but no smooth transition. Any suggestions what I could do to fix that? Can anyone help me out here? Thanks.

krnlde commented 10 years ago

You'll have to implement iScroll as seen here http://janpaepke.github.io/ScrollMagic/

ch3rr1 commented 10 years ago

Ah nice. Works now. Thanks.

On 12.06.2014, at 14:18, Kai Dorschner notifications@github.com wrote:

You'll have to implement iScroll as seen here http://janpaepke.github.io/ScrollMagic/

— Reply to this email directly or view it on GitHub.

janpaepke commented 10 years ago

Also check out the mobile advanced example: http://janpaepke.github.io/ScrollMagic/examples/expert/mobile_advanced.html

Onlyshang commented 7 years ago

这啥?

At 2017-04-27 21:22:04, "kchabra093" notifications@github.com wrote:

can we change iScroll container to the default window?

var myScroll = new IScroll('#example-wrapper',

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.