Need help with Scroll Follow
Is there any way to modify the code to work exactly like the apple website, i want the scroll div to stay at the top of the when the page is scrolled, no animation. when i asjust the animation from 500ms to 0 it just bounces into polace and looks gittery.
lines 3332-2228 jquery.js
======================
jQuery.extend( jQuery.fx, {
speeds:{
slow: 0,
fast: 0,
// Default speed
def: 0
},
=========================
Any ideas, im stuck!