Skip to content

JavaScriptUtilities/vanillaScrolly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanillaScrolly

Tools for scrollytelling

Init

Embed the main JS file js/vanilla-scrolly.js

Trigger when ready !

(function(){
    new vanillaScrolly(document.getElementById('sticky'), {
        callback:  function($item, percent, step) {
            console.log(percent);
        }
    });
}());

About

Tools for scrollytelling

Resources

License

Stars

Watchers

Forks

Packages

No packages published