Bramus
Bramus
Go to any CodePen-based demo such as https://codepen.io/bramus/pen/vYvXWyv and right click the iframe’s contents and select Inspect. The extension will show a _“Could not read the required data from the...
E.g. use the controls on https://cdpn.io/pen/debug/OJrRvEV. Ideally, the viz redraws when that happens.
As [reported via Twitter](https://x.com/JeroenReumkens/status/1701600026798252129?s=20), this becomes a bit of a problem with Tailwind and other libraries that solely rely on classes. 
WAAPI-based animations that have been reversed using [Animation.reverse](https://developer.mozilla.org/en-US/docs/Web/API/Animation/reverse) don’t play in the reversed order in the minimap.
For some reason, when a bouncy scroll happens, no more updates get passed down the line 🤨
E.g. https://scroll-driven-animations.style/demos/contact-list/css/
- ScrollTimeline: Draw intermediary lines at every x% - ViewTimeline: Draw lines at the key edges
For now only `CSSMathNegate` and `CSSUnitValue` are supported when parsing a range string. This should be expanded to more calc-y things. E.g. https://kizu.dev/scroll-driven-animations/#table-ofcontents-with-highlighted-current-sections uses `min()`.