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

Improvements to the CSS Transitions and Animations implementation #26328

Closed
mrobinson opened this issue Apr 27, 2020 · 3 comments
Closed

Improvements to the CSS Transitions and Animations implementation #26328

mrobinson opened this issue Apr 27, 2020 · 3 comments
Assignees

Comments

@mrobinson
Copy link
Member

@mrobinson mrobinson commented Apr 27, 2020

  • Fix animations and transitions processing model. Also see #13865.
    • Restyle should apply animations and transitions (#26331)
    • Animation tick should trigger a restyle and properly cascade animated and transitioned values (ie getComputedStyle() should return the result of applying animations and transitions) (#26407)
    • Implement proper cascading among !important rules, animations, and transitions (#26806)
  • Add support for animations and transitions to Layout 2020 (#26486)
  • Better handling of animations
    • Add support for animation-fill-mode (#26519)
    • Finish the implementation of fractional iteration counts (#14858)
    • animationstart (#26659)
    • animationend (#26362)
    • animationiteration (#26594)
    • animationcancel (#26659)
    • Cascade keyframes with the same keyframe selector when computing animation steps (#26562)
  • Better handling of transitions
  • Support transitions and animations on pseudo content (#26923)
  • Add support for the Web Animations API
@mrobinson mrobinson self-assigned this Apr 27, 2020
@mrobinson
Copy link
Member Author

@mrobinson mrobinson commented Apr 27, 2020

@mrobinson mrobinson mentioned this issue May 14, 2020
6 of 11 tasks complete
@mrobinson
Copy link
Member Author

@mrobinson mrobinson commented Jun 24, 2020

This is complete apart from the Web Animations API, which is quite a large task. I think it makes sense to close this bug in favor of #26626.

@mrobinson mrobinson closed this Jun 24, 2020
@jdm
Copy link
Member

@jdm jdm commented Jun 24, 2020

Fantastic effort @mrobinson!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.