- AOS Angular Import
In angular.json
npm install aos --save
In app.component.ts"styles": [ "node_modules/aos/dist/aos.css", "styles.scss" ]
import * as AOS from 'aos'; export class AppComponent implements OnInit { title = 'app'; ngOnInit() { AOS.init(); } }
Note: Throttle: Call once ONLY every N second Debounce: During N second first called, if no further call, call the last call.
-
Notifications
You must be signed in to change notification settings - Fork 0
vibalater/source_for_website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published