Bramus

Results 103 issues of Bramus

cfr. https://twitter.com/GirlybutNerdy/status/785615590664773640

I know ;-)

enhancement

As per request by @bartveneman on Twitter: > Would be nice to expose calculateSpecificityOfSelectorObject so we can avoid `convertToAST` -> typeof source -> source instanceof Object -> source.type == 'Selector'...

I find the `vertical` prop somewhat confusing as it does not actually limit Hammer to vertical gestures, but to gestures in all directions. From the code: ``` // Hammer.js, L53...

I’m wondering if persisting toggles will be covered. Would come in handy for persisting things like color choices, active tabs, etc. To easily do so I’m thinking of a `change`...

Currently, ranges with only 1 value or 3 values (or 2 for view-timeline) is not parsed properly (this is currently marked as TODO in the code). What also is not...

This does not work in a browser that supports CSS Nesting but no Scroll-Driven Animations: ```css body { div { animation: move linear; animation-timeline: scroll(); } } ``` When removing...

Fixes #160. Not sure if we do want to have this though, as it will leave Firefox Nightly somewhat useless state for CSS-based SDA’s. With the changes in this PR,...

Try https://flackr.github.io/scroll-timeline/demo/view-timeline/ and check “Use inset 100px 200px”. Now keep an eye on the bar with the range `entry 150% exit -50%`. Because of the insets, the end range comes...