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.