scroll-driven-animations-debugger-extension icon indicating copy to clipboard operation
scroll-driven-animations-debugger-extension copied to clipboard

Animations are not detected on pseudo-elements

Open kizu opened this issue 1 year ago • 1 comments

When there is an animation on a pseudo-element, it is not detected by the extension. Reading the announcement post, it seems that you're using the $0 to get the element (when you mention the iframe issue), so I imagine this is unfixable unless there'd be a way to get the info about the selected pseudo-element somewhere in the extension API?

https://github.com/bramus/scroll-driven-animations-debugger-extension/assets/177485/24ab08bd-4c5b-47b8-ab41-bb35bf109e5a

Link to reproduce: https://kizu.dev/scroll-driven-animations/#stuck-states-for-the-sticky-headers — all sticky headers examples have one element and one pseudo-element.

kizu avatar Sep 12 '23 19:09 kizu