Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative to Bootstrap Affix

Been working with Bootstrap for a little bit, but am working without it on a new project.

Was curious whether anyone knew of an alternative, easy-to-use plugin to Bootstrap's 'affix'.

I'm really just looking for an element to go to position:fixed upon a certain scroll point (ideally defined by an element), stop at a particular scroll point (ideally defined by a page footer).

like image 225
Kraemon Avatar asked Nov 08 '22 03:11

Kraemon


1 Answers

Maybe jquery stickem plugin? As stated in their README

Make items sticky as you scroll, to a point.

like image 147
Daniele Avatar answered Nov 14 '22 23:11

Daniele