bramus / scroll-driven-animations-debugger-extension

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

Minimap is not redrawn when the range changes dynamically #26

Open kizu opened 1 year ago

kizu commented 1 year ago

First example here: https://kizu.dev/position-driven-styles/#linear-gradient

Toggling the ”Use default range” is not reflected on the minimap, but the ViewTimeline value is updated (so, probably should be possible to redraw when that happens?)

https://github.com/bramus/scroll-driven-animations-debugger-extension/assets/177485/cf970e04-bb42-4348-ada7-ec9ec3ced56d

kizu commented 1 year ago

(same can happen on example resize — the ViewTimeline changes, but the minimap is not updated)