bramus / scroll-driven-animations-debugger-extension

Browser extension to debug Scroll-Driven Animations
40 stars 1 forks source link

Minimap: positioning vs ancestor tree #33

Open bramus opened 6 months ago

bramus commented 6 months ago

E.g. https://cdpn.io/pen/debug/oNOMRav has an animation on .inner. When inspecting it’s not correctly positioned in the minimap as the minimap does not take all intermediary elements between the element itself and the root.

In that specific demo it’s the intermediary #wrapper is fixed positioned.