Skip to content

AdamWagner/scroll.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scroll

An utility for scrolling web pages.

Usage

Example with Modal:

const scroll = new Scroll

modal.map('Command', ['j'], (event) => scroll.down(event.repeat), 'Scroll down')
modal.map('Command', ['k'], (event) => scroll.up(event.repeat), 'Scroll up')

More examples at Krabby.

References

About

An utility for scrolling web pages

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%