garand / sticky

jQuery Plugin for Sticky Objects
Other
3.3k stars 1.06k forks source link

Added option to follow horizontal scrollbar movement #150

Open thochra opened 9 years ago

thochra commented 9 years ago

Sticked element can now follow horizontal scrollbar movement instead of staying fixed.

If the scrollbar goes 50px to the right, the sticked element will go 50px to left and will mimic a normal element positionning with that position: fixed element.