@bramus @flackr is this no longer being maintained and getting bug fixes? We still don't have complete browser support for native CSS, so this is still needed in browsers outside Chrome.
I tried implementing the demo of stacking cards (CSS version), along with polyfill and noticed it doesn't work in Safari. The console shows:
TypeError: Could not parse range "exit-crossing var(--start-range) exit-crossing var(--end-range)"
Is there anything I can do to fix this? As you can see from the demo code, the variables need to be used for animation-range to make it dynamic for each card.
At present, the cards scale down by themselves (without responding to any scroll) when the page loads.
I tried implementing the demo of stacking cards (CSS version), along with polyfill and noticed it doesn't work in Safari. The console shows:
Is there anything I can do to fix this? As you can see from the demo code, the variables need to be used for
animation-rangeto make it dynamic for each card.At present, the cards scale down by themselves (without responding to any scroll) when the page loads.