7 ms·
> You could use a bit of JavaScript with setTimeout to get rid of the modal at the right time This always felt hacky to me, "animating" visibility instead is a
by plusminusplus 4y ago
> You could use a bit of JavaScript with setTimeout to get rid of the modal at the right time
This always felt hacky to me, "animating" visibility instead is a great idea. Thanks for sharing!
- CGamesPlay 4y agoThere's also a way to do it on exactly the right frame: https://developer.mozilla.org/en-US/docs/Web/API/Element/transitionend_event https://developer.mozilla.org/en-US/docs/Web/API/Element/tra...