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
Follow-up on #285, which turned out to be an issue with the range being used.
Glad you got your Firefox problem (which could have used its own issue in this repo) sorted. The culprit is that you were using the wrong offsets: the cover, contain, entry, exit, etc. ranges can only be used with ViewTimeline, not ScrollTimeline.
There is an argument to be made that the polyfill should mimic the native API here so that it ignores the incorrect offsets instead of throwing an Error
The OP tried to use a ViewTimeline-range with a ScrollTimeline, and it resulted in an error being thrown. The native implementation just silently ignores the invalid range.
The text was updated successfully, but these errors were encountered:
Follow-up on #285, which turned out to be an issue with the range being used.
The OP tried to use a
ViewTimeline
-range with aScrollTimeline
, and it resulted in an error being thrown. The native implementation just silently ignores the invalid range.The text was updated successfully, but these errors were encountered: