universalsmoothscroll
Version:
A cross-browser smooth-scrolling API which supports multiple and interruptable scroll-animations on all DOM's elements, even at the same time!
31 lines (30 loc) • 867 B
JSON
{
"name": "universalsmoothscroll",
"version": "6.1.0",
"description": "A cross-browser smooth-scrolling API which supports multiple and interruptable scroll-animations on all DOM's elements, even at the same time!",
"main": "universalsmoothscroll-min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CristianDavideConte/universalSmoothScroll.git"
},
"keywords": [
"universal",
"smooth",
"scroll",
"javascript",
"momentum",
"scrolling",
"ease",
"functions",
"elastic"
],
"author": "Cristian Davide Conte",
"license": "MIT",
"bugs": {
"url": "https://github.com/CristianDavideConte/universalSmoothScroll/issues"
},
"homepage": "https://github.com/CristianDavideConte/universalSmoothScroll#readme"
}