Skip to content

Releases: bbarakaci/fixto

Version 0.5.0

16 Jun 19:23
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release
  • Sensitivity to the viewport is now an optional feature.
  • Added MIT license.

Version 0.4.0

13 Jun 21:38
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

mindBottomPadding option added

Version 0.3.1

07 Aug 00:48
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release

Version 0.3.0

03 May 20:54
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release
  • Use native position sticky when supported.
  • Enabled for touch devices
  • Margin top of the fixed element will be ignored at fixed state, to be consistent with native sticky. This might break your existing layout if you used margin top on the target container with previous versions of fixto.
  • Top option added
  • useNativeSticky option added
  • setOptions method added
  • refresh method added
  • No need to use it on document ready. Feature detection will be done during first instantiation.