Open raphaelgoetter opened 1 year ago
You are using animation-range
with a ScrollTimeline. Currently this is not supported.
Duplicate of https://github.com/flackr/scroll-timeline/issues/151
Makes sense, thank you!
Well, I tried the polyfill with View() animations on these Codepen :
I added the Polyfill this way :
But none of these showcases is working on Firefox or Safari.
This Codepen is applying ScrollTimeline without animation-range
and Polyfill doesn't seem to work on Firefox neither:
https://codepen.io/raphaelgoetter/pen/QWzRXgZ
Note : I love scroll-driven animations and all the great stuffs you do, @bramus and @flackr !
@raphaelgoetter I see a few problems with that last demo you shared:
Fixing these two issues already gets me somewhere, as demonstrated in this fork: the top element does something driven by scroll in Safari (but not in Chrome for some reason … 🤔)
Unfortunately I don’t have time right now to investigate this further, but this should already get you on track …
Thank you for these clues !
the top element does something driven by scroll in Safari (but not in Chrome for some reason … 🤔)
Actually it's weirder than ever, your fork :
(testing on MacOs)
Hi!
Does someone know if the polyfill works with next js? I have tried multiple configurations but have not been able to make it.
Hello,
I designed a scroll-timeline animation to create horizontal scroll indicators on a list of tabs.
Here's the result : https://codepen.io/raphaelgoetter/pen/vYvMaOZ
Code is working fine on Chrome, but I don't understand what's preventing the polyfill from working on Firefox or Safari.
Did I do something wrong?