Bramus

Results 117 issues of 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...

bug
wontfix
FAQ
external

E.g. use the controls on https://cdpn.io/pen/debug/OJrRvEV. Ideally, the viz redraws when that happens.

enhancement
P2

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. ![image](https://github.com/bramus/scroll-driven-animations-debugger-extension/assets/213073/9a9f4360-a638-4853-ae27-a96bd162ce64)

enhancement

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.

bug
P1

For some reason, when a bouncy scroll happens, no more updates get passed down the line 🤨

bug
P3

E.g. https://scroll-driven-animations.style/demos/contact-list/css/

bug
P0

- ScrollTimeline: Draw intermediary lines at every x% - ViewTimeline: Draw lines at the key edges

enhancement
P3

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()`.

bug
P1