Skip to content

Version 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bbarakaci bbarakaci released this 03 May 20:54
· 10 commits to master since this 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.