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

Scroll-linked Animations 2022-11-18 #43

Open
fantasai opened this issue Nov 18, 2022 · 0 comments
Open

Scroll-linked Animations 2022-11-18 #43

fantasai opened this issue Nov 18, 2022 · 0 comments
Labels
FPWD Published as First Public Working Draft pending This issue needs to get a reviewer assigned to it REVIEW REQUESTED

Comments

@fantasai
Copy link

Other comments:

A number of JS libraries provide for scroll-linked animations, i.e. animations that are tied to the scroll position rather than to time. (These should be distinguished from scroll-triggered animations, which are time-based animations that are triggered by a particular scroll position.) This CSS module provides both a standard API extending the Web Animations API, as well as declarative methods using CSS properties, to create such animations. From an a11y point of view, this module makes it a lot easier to create such animations; but also makes it possible for the UA to interfere with them if necessary.

For an a11y review of this draft, I think reading the introductory sections and merely skimming the rest of the API definitions should be enough to identify any accessibility issues.

There's some ongoing discussion about animations and accessibility that's also relevant here.

Thanks~

@fantasai fantasai added FPWD Published as First Public Working Draft pending This issue needs to get a reviewer assigned to it REVIEW REQUESTED labels Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FPWD Published as First Public Working Draft pending This issue needs to get a reviewer assigned to it REVIEW REQUESTED
Projects
None yet
Development

No branches or pull requests

1 participant