python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How i fix parallax and reveal overflow?
I'm creating landing page where a parallax effect is needed to reveal animations. The problem occurs because the overflow-x: hidden; of the parallax wrapper makes prevents the reveal animations from a...
Alexander-1999-2
Votes: 0
Answers: 1
Adding AOS animation to all elements with specific class
I want to add AOS animation to all elements that have a class of animate_right. I used this code and it adds all of the html (attributes and classes) to the tag only the animation does not work. Here ...
PeggyMe
Votes: 0
Answers: 1
how change AOS animate z-index?
i use AOS animate for my website ,but the elements that have AOS animate is placed on the navbar. how can i change the element's(the elements that have AOS animate) z-index to put navbar on everyelem...
Masir
Votes: 0
Answers: 1
Using AOS with Nuxt3
Anyone already used AOS or vue-aos package with Vue3?
I'm getting bunch of errors due probably to ssr (Vue is not defined, document is not defined) despite disabling in on config.
nuxt.config.ts
expor...
Nymrinae
Votes: 0
Answers: 4


