AOS (Animate on Scroll)

Code examples

1
0

aos animate

<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
1
0

aos animate

<script>
  AOS.init();
</script>
0
0

aos

  <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
0
0

aos library slow animation angular

$ npm install aos --save
//In angular.json
styles: [... "node_modules/<your-site>/aos/dist/aos.css"]
//In component.ts
import * as AOS from 'aos';

ngOnInit() {
    AOS.init();
 }

//In component.html
<div data-aos="fade-left"></div>
0
0

aos css animation

<div data-aos="zoom-in-left"></div>

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................