DEV Community

Paul Ikenna
Paul Ikenna

Posted on

Using IntersectionObserverApi to create scroll on reveal Effect ..

Every project begins with an idea, the idea brings thoughts, the thoughts are now turned into lines of codes.. As a developer, the happiness derived from seeing your creation (code) come to life is unexplainable, the reason I'm sharing mine today.

One individual whose speech at the Google I/O has had a profound impact on the way I write code recently, is Atuoha Anthony, a renowned Flutter Expert. Anthony said something about writing more logic and using less library, honestly I cant thank him enough for this, reason, because his speech has changed the way I see and write code.

Normally, for eye-catching animations or scroll effect on my web projects, I use animate.css (a popular library for css animations), after I listened to Anthony, I decided to implement this effect using a modern javascript Api (intersection Observer Api) and the result is amazing.. below is what intersection Observer Api can do and more...

Coding is fun!!!!!

ReactJS #javascript #frontenddeveloper

Image description

Top comments (0)