Roman Komarov
Roman Komarov
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...
https://codepen.io/kizu/pen/QWzppBd (in debug mode) the header uses the timeline of another element. I imagine it could be helpful to see the original used element there, maybe as an option to...
Enabling scrolling on the example for the https://kizu.dev/position-driven-styles/#distributing-anything-property, then selecting an item and scrolling the container results in the element's transform change not being reflected on the minimap. https://github.com/bramus/scroll-driven-animations-debugger-extension/assets/177485/d54bf7cc-72e3-4671-8841-85e4811fb18e
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...
For my [examples for scrolling shadows](https://kizu.dev/scroll-driven-animations/#stuck-states-for-the-sticky-headers), when inspecting the shadow animation, it seems that the value for the opacity of the element representation is updated on something like scroll end,...
I really like the “texture healing” feature. I don't know if contextual alternates allow us to alter the glyphs based on the _whitespace_ symbols nearby, but if it is possible,...
Is there any way to make the layouts and documents to be in one scope? So I could define Jade's mixins and variables in one layout file and then reuse...
Is there a simple way to attach marked from its plugin to the Jade's plugin, so we could use the `:markdown` filter there?
After encountering several inconsistencies in how custom properties use CSS-wide keywords, I did an extensive testing for most of the cases I could think of ([CodePen](https://codepen.io/kizu/pen/rNgpXwL?editors=1100)), and decided to add...
Disclaimer and additional links I'm submitting my feedback following my experiments with the current implementation of anchor positioning in Chrome Canary. I wrote an article about my experiments, but decided...