Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[web-animations-2] Why are Range Configs Applied to the Animation and not the Timeline? #10276

Open
absurdprofit opened this issue May 2, 2024 · 0 comments
Labels
web-animations-2 Current Work

Comments

@absurdprofit
Copy link

Why are the range configs (rangeStart, rangeEnd, rangeName, offset) for ScrollTimeline and ViewTimeline animations specified on KeyframeAnimationOptions instead of on the timeline themselves? These seem specific to the timeline in use and I'm further confused by the fact that in JavaScript you can only specify these configs using the Animatable.animate() method and not via the Animation constructor.

@fantasai fantasai added the web-animations-2 Current Work label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web-animations-2 Current Work
Projects
None yet
Development

No branches or pull requests

2 participants