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 can I add animation to react state
I just want to add a fade in animation to next index. i found a package called "react transition group" but all tutorials were based on class components or redux I didn't understand anything...

Julia Schafer
Votes: 0
Answers: 1
How to activate animation on Animate on Scroll library on up scroll
I want the animation to be triggered in both down and up scroll but AOS b default on triggers animation on down scroll.
This is my code
<div className={css.arrow} data-aos="fade-up">
...
Badal S
Votes: 0
Answers: 0
makeStyles animations do not work with React and Material UI
I want to animate this text to make it look like it's orbiting the globe. I am using React along with Material UI's makeStyles for the task. However, it doesn't seem to work.
I used two different app...

Amrovic
Votes: 0
Answers: 0
AnimatePresence not working on Chrome but works fine on Firefox
I am trying to implement a simple fadeIn animation for tab contents using framer-motion.
When I click on a tab I want to display contents of selected tab with a fadeIn effect, which is working as expe...

Pratik
Votes: 0
Answers: 0