javascript - Synchronise multiple scroll div with inertia effect -


i have multiple div scroll @ same time. had css property have inertia effect on div (for safari on ipad) -webkit-overflow-scrolling: touch;. works on desktop web browser. have effect want change when launch webpage on ipad.

the problem on ipad : when use inertia effect, div synchronize when inertia effect finished. have same effect desktop web browser, is, synchronized effect of inertia , not @ end.

you know, if there solution?

to complete explanation, created : jsfiddle

as know, css scrolling inertia on mobile devices cannot handled javascript. element scroll event fired when scroll hand , when animation finished. during animation no events fired. have emulate inertia javascript sync divs (and not idea).


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -