Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 244 Bytes

File metadata and controls

15 lines (10 loc) · 244 Bytes

vanillaSticky

Make an element sticky

How to use

Include the JS file in your HEAD.

<script src="js/vanilla-sticky.min.js"></script>
new vanilla_sticky_launch(document.querySelectorAll('.sticky-element'));