2
0

docs(lp): 💄 Add animation on scroll

This commit is contained in:
Baptiste Arnaud
2022-03-17 14:37:00 +01:00
parent 21e926a477
commit 37b7ca32e9
15 changed files with 178 additions and 39 deletions

View File

@ -10,6 +10,8 @@ export const BackgroundPolygons = () => {
pos="absolute"
left="0px"
top="100px"
data-aos="fade"
data-aos-delay="200"
>
<Triangle />
</chakra.div>
@ -19,6 +21,8 @@ export const BackgroundPolygons = () => {
pos="absolute"
right="-10px"
top="30px"
data-aos="fade"
data-aos-delay="200"
>
<DemiCircle />
</chakra.div>