Closed lirtistan closed 2 weeks ago
Oh, maybe its relevant but i didn't tried the pure js solution, because most chrome based browsers are covered now by the pure css rule syntax, so i thought its better to go with the css solution then.
Duplicate of #266
Hi,
in Firefox 128.0.2 (64-bit) i get this error. See screenshot for more info...
...i wanted to implement a nice header resize effect, as i have seen in one of the demo sites you provided here https://scroll-driven-animations.style/demos/cover-to-fixed-header/css/
Here is what i did...
1.) Downloaded the
scroll-timeline.js
file so i can bundle it into my artifacts. It's now part of mycommon.js
bundle, i just put it on the end, all bundled libraries inside this single file are surrounded by there own IIFE. 2.) Ensured that this bundle is part of my main layout, so all sites/routes are includingcommon.js
. 3.) Back to work as usual, i created a playground page for testing, just to see if everything is working.Below this line i attach all necessary content, for further investigation. I also added the transpiled
common.js
file as is, maybe there is something wrong and i didn't see it. common.zipIts a Rails 7.1.3.4 project, using esbuild v0.21.5, just for javascript assets. All files are ESM no CJS, also no (importmap) in use.