i use the plugin jQuery custom content scroller.
I'm looking to synchronize two scrollbar (two-way).
Using the callback onWhileScrolling and scrollTo it works but the scrollTo fires at the end of the event . I would like the synchronization is real time (instantaneous).
I also use the mousewheel event on their parent container , it synchronizes the way I want. Only focus on one , I 'm out of sync.
An idea?
Structure:
<div class="parent_container">
<div class="scroll1"><!--div content --></div>
<div class="scroll2"><!--div content --></div>
</div>
thanks