Horje
aos css animation Code Example
aos js
CSS
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">

JS
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>

INITIALIZE AOS:
<script>
  AOS.init();
</script>
aos animation
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init({
	duration: 1200,
});
</script>
aos css animation
<div data-aos="zoom-in-left"></div>
aos css animation
<div data-aos="zoom-in-right"></div>




Css

Related
css font family for all titles Code Example css font family for all titles Code Example
empty areas in the grid are defined using '.' Code Example empty areas in the grid are defined using '.' Code Example
angular headers for enc type Code Example angular headers for enc type Code Example
css scrollbar in div Code Example css scrollbar in div Code Example
aos animation Code Example aos animation Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8