We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These specs define the CSSAnimation and CSSTransition interfaces respectively which are implemented in all three major browser engines.
CSSAnimation
CSSTransition
I believe we simply need to add the following URLs to idlSources.json:
idlSources.json
The text was updated successfully, but these errors were encountered:
We shouldn't add animationComposition and animationTimeline from CSS Animations Level 2, however. No-one implements that.
animationComposition
animationTimeline
Sorry, something went wrong.
feat: Add CSSAnimation and CSSTransition interfaces
fe2f291
Fixes microsoft#1012.
Added by #1034
@github-actions close
Closing because @saschanaz is one of the code-owners of this repository.
Successfully merging a pull request may close this issue.
These specs define the
CSSAnimation
andCSSTransition
interfaces respectively which are implemented in all three major browser engines.I believe we simply need to add the following URLs to
idlSources.json
:The text was updated successfully, but these errors were encountered: