7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
AOS.init({
|
|
once: true,
|
|
offset: 100,
|
|
easing: 'ease',
|
|
duration: 1200
|
|
});
|