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
However, if transitioning from resolved to unresolved is expected behavior, I think that we should allow seeking to unresolved time values. Of course, doing so may be equivalent to canceling the animation?
The text was updated successfully, but these errors were encountered:
web-animations section 4.4.5 of the spec says that:
In the ScrollTimeline spec, scroll-animations section 3.1.4 the current time can go from resolved to unresolved if the ScrollTimeline does not have
fill: both
. For the ScrollTimeline polyfill, I implemented this transition by canceling the animationHowever, if transitioning from resolved to unresolved is expected behavior, I think that we should allow seeking to unresolved time values. Of course, doing so may be equivalent to canceling the animation?
The text was updated successfully, but these errors were encountered: