Hi all, I am writing react-awesome-reveal, a React library to animate elements when they appear in the browser viewport. It uses the Intersection Observer API and CSS Animations to be buttery smooth š
Let me know what you think!
Hi all, I am writing react-awesome-reveal, a React library to animate elements when they appear in the browser viewport. It uses the Intersection Observer API and CSS Animations to be buttery smooth š
Let me know what you think!
For further actions, you may consider blocking this person and/or reporting abuse
Neeraj Lagwankar -
Sarthak Niranjan -
Mosope (Deborah) Oduwole -
Melanie Parker -
Top comments (6)
Thats great stuff!
initially i couldnt find a live-demo, but after visiting react-awesome-reveal.morello.dev/ i was sold.
great job, i'll definatly will use it.
Happy to hear that! :)
Could you share what the library does, and how it can benefit here?
Sure, I wrote an introduction in the README file of the project, I think it is worth having a look at that ;)
I decided to write this lib because I really missed a reusable and performant way to make elements appear on the screen with animations as they enter the viewport using modern technologies (Intersection Observer API and CSS Animations) - my library is focused on performances.
Check out the demo at react-awesome-reveal.morello.dev to check by yourself how smooth the transitions are :)
Thanks Dennis. I didn't check out the README there. Appreciate time and effort put into the library~
Thank you Sung :)