scroll-timeline
scroll-timeline copied to clipboard
A polyfill of ScrollTimeline.
Title. When using the polyfill I can only specify units like px. Using units like %, vh, vw etc result in console errors.
I have some font faces and image that are referenced relatively to the stylesheet, but those are all converted to "root" paths. So `assets/fonts/coolfont.woff2` would become `/assets/fonts/coolfont.woff2`, which makes it...
We are asynchronously loading, so the start event has already happened when the polyfill loads in Safari. I tried various workarounds like waiting for the polyfill to load and switching...
## Environment - Next.js version: 13.5.6 - Browser: Safari on iOS 17.3 ## Description I'm encountering an issue integrating the `scroll-timeline` polyfill into my Next.js project, aiming to enable scroll-linked...
Implements parsing the full animation-range syntax to fix https://github.com/flackr/scroll-timeline/issues/236 Changes: - Implement parsing of animation-range in `parseAnimationRange()` - Extract common parsing functionality into `consumeRange()` - Additional typed-css-om functionality and fixes...
Am I missing something about how this is supposed to work? I have the following setup which is working in Chrome natively, but I have yet to get either of...
Browser: Safari 17.3.1 (19617.2.4.11.12) `undefined is not an object (evaluating 'e.timeline')` is thrown in `playState` of `proxy-animation.js`. In my case this happens by navigating to a linked pdf file navigating...
There is a chance for the animation to start before the polyfill parses the linked stylesheet because we download and parse it at the same time than the browser. When...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13. Changelog Sourced from vite's changelog. 5.0.13 (2024-03-24) fix: fs.deny with globs with directories (#16250) (d2db33f), closes #16250 Commits 80b1b07 release: v5.0.13 d2db33f fix: fs.deny...
Hi, I was wondering if it could be possible to provide an npm module for this, as well as an option to only load the JS API, ignoring the CSS...