AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Use the View Transition API to Improve Your Web Experience
The View Transition API was first experimented with in Chrome, but then got evolved into a real proper C's working group specification. It currently is implemented in Chrome only, but it's like a really native feature to the web coming hopefully soon to other browsers. And all you need to do is wrap your method that updates DOM, wrap it into the document.startViewTransition method and that's it. Any animations themselves, you define them in CSS.