Hello!
We’re trying to combine two scrolling functions in Edge:
1) Scrubbing the timeline with scrolling (to create parallaxing), and
2) Scrolling down the page with buttons, using scrollTop
For scrubbing the timeline, we have used Tim Jaramillo’s excellent Controlling Timeline with Touch code (found here: http://forums.adobe.com/message/5058756#5058756)
For scrolling down the page with buttons, we found Heathrowe’s excellent scrollTop code (here: http://forums.adobe.com/message/4733382#4733382).
We can’t seem to combine these two methods in a way that works. In my example below, the Controlling the Timeline with Touch code works great, but the scrollTop code on the buttons does not work.
Does anyone know a way to do a timeline scrub, combined with navigation buttons?
Example: http://www.bartmclaughlin.com/scrolltop/stage-scroll_with_scrollTop_v1 .html
Edge project: https://www.yousendit.com/download/elNLcXl0NEhJMHVFTmNUQw
Any help much appreciated!
bart mclaughlin