Skip to content

vibalater/source_for_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

source_for_website

Carousel

Preview of SlickJS

Cascading Grid Layout

With animation

Preview

Without animation

Preview

Images

Load Images

Fade Animation

  • AOS Angular Import
    npm install aos --save
    
    In angular.json
    "styles": [
    "node_modules/aos/dist/aos.css",
    "styles.scss"
    ]
    
    In app.component.ts
    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.
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages