flackr / scroll-timeline

A polyfill of ScrollTimeline.
Apache License 2.0
887 stars 82 forks source link

Compute animation-range using window.getComputedStyle #264

Closed brynshanahan closed 2 months ago

brynshanahan commented 2 months ago

Fixes animation-ranges in safari when using calc and var expressions.

Only resolves values on init at the moment so vw and other dynamic values wont update. Could do some window + element resize listening but thought this was a good start