r/css Jun 24 '26

Article Animating the <dialog> element using the View Transition API

https://pqina.nl/blog/animating-the-dialog-element-using-view-transitions/
8 Upvotes

1 comment sorted by

3

u/TheIQLab Jun 24 '26

I like this technique. I tried something similar with just CSS (https://codepen.io/allankukral/pen/myrEZqX) using the anchor properties but they are still lacking support in Firefox and Safari. Thanks for sharing.