argyleink / gui-challenges

Components from the YouTube show GUI Challenges: accessible, responsive, adaptive and cross browser components.

Home Page:https://youtube.com/playlist?list=PLNYkxOF6rcIAaV1wwI9540OC_3XoIzMjQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animate `<dialog>` `::backdrop`

argyleink opened this issue · comments

Transitions don't work, need to create keyframes

turns out keyframes wont work either, since the ::backdrop is removed right away when [open] is removed. would have to stop using dialog.close() and control it ourself. all so we could remove the open attribute at the end of animation time.. not worth it.