AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Add Scrolling Animations to JavaScript
There's two phases to this API and feature also. The first one is literally attaching to scroll. But now we also have this ability to know when an element itself is entering the viewport and exiting the viewport. This gives you on scroll linked animations to the state of something's viewport intersection without writing an intersection observer. It's really rad. What a wild world we're living in.