I think it's confusing to have both currentTime and getCurrentTime.
Would it be possible to:
Move this to the ScrollTimeline interface, (Update: I see now that this is proposed to be used for DocumentTimeline too--I still don't quite follow the use cases but assuming we want to do that, I guess it should stay on AnimationTimeline)
- Rename it to
getCurrentTimeForRange, and
- Make the
rangeName argument non-optional
?