ng-animate-scroll
Version:
Customizable angular module to animate scroll event to an element. Compatible with Angular 2.x onwards
41 lines (40 loc) • 1.16 kB
JSON
{
"name": "ng-animate-scroll",
"version": "7.1.0",
"description": "Customizable angular module to animate scroll event to an element. Compatible with Angular 2.x onwards",
"repository": {
"type": "git",
"url": "git+https://github.com/mansour-ahmed/ng-animate-scroll.git"
},
"keywords": [
"Angular",
"animate",
"scroll",
"module",
"ng",
"utility"
],
"author": "Ahmed Mansour",
"license": "MIT",
"bugs": {
"url": "https://github.com/mansour-ahmed/ng-animate-scroll/issues"
},
"homepage": "https://github.com/mansour-ahmed/ng-animate-scroll#readme",
"peerDependencies": {
"@angular/common": "^7.0.1",
"@angular/core": "^7.0.1"
},
"main": "bundles/ng-animate-scroll.umd.js",
"module": "fesm5/ng-animate-scroll.js",
"es2015": "fesm2015/ng-animate-scroll.js",
"esm5": "esm5/ng-animate-scroll.js",
"esm2015": "esm2015/ng-animate-scroll.js",
"fesm5": "fesm5/ng-animate-scroll.js",
"fesm2015": "fesm2015/ng-animate-scroll.js",
"typings": "ng-animate-scroll.d.ts",
"metadata": "ng-animate-scroll.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}