sticky-state
Version:
StickyState is a high performant module making native position:sticky statefull and polyfill the missing sticky browser feature
27 lines (26 loc) • 623 B
JSON
{
"name": "sticky-state",
"description": "StickyState is a high performant module making native position:sticky statefull and polyfill the missing sticky browser feature",
"main": "dist/sticky-state.min.js",
"authors": [
"Sönke Kluth <soenke.kluth@gmail.com> (http://soenkekluth.com/)"
],
"license": "MIT",
"keywords": [
"position:sticky",
"sticky",
"polyfill",
"state",
"statefull",
"performant",
"position"
],
"homepage": "https://github.com/soenkekluth/sticky-state",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}