Customize AOS fade-up animation distance
This commit is contained in:
parent
606b4801c7
commit
54698b3dc8
2 changed files with 9 additions and 3 deletions
|
@ -37,3 +37,9 @@
|
|||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
// AOS customization
|
||||
|
||||
[data-aos='fade-up'] {
|
||||
transform: translate3d(0, 5rem, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue