You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you inspect the#sticky-parallax-header element and edit the range, the animation-range-end shows up as a pixel value. This is not how it was declared in the CSS. The CSS reads animation-range: 0vh 90vh.
The text was updated successfully, but these errors were encountered:
Unfortunately this is how the values are represented to me when reading the rangeStart and rangeEnd from the Animation instance. Same with getComputedStyle: the specified values have been computed to px values.
I don’t see a way – without resorting to parsing the stylesheet and running my own cascade - how to get these specified values. Marking as
wontfixThis will not be worked on
and adding it to the
FAQThis question/bug is part of the FAQ
.
E.g. https://scroll-driven-animations.style/demos/cover-to-fixed-header/css/
When you inspect the
#sticky-parallax-header
element and edit the range, theanimation-range-end
shows up as a pixel value. This is not how it was declared in the CSS. The CSS readsanimation-range: 0vh 90vh
.The text was updated successfully, but these errors were encountered: