Skip to content

v3.1.0

Choose a tag to compare

@sutara79 sutara79 released this 13 May 11:13
· 10 commits to master since this release

Add option upper_side and lower_side

If you use fixed menu such as Bootstrap .navbar-fixed-top, the options below will help you.

$('#foo').simpleScrollFollow({
  upper_side: '#menu-fixed-top',
  lower_side: '#menu-fixed-bottom'
});