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

fix(animations): ensure position and display styles are handled outside of keyframes/web-animations #28911

Closed
wants to merge 2 commits into from

Commits on Feb 26, 2019

  1. fix(animations): ensure position and display styles are handled o…

    …utside of keyframes/web-animations
    
    When web-animations and/or CSS keyframes are used for animations certain
    CSS style values (such as `display` and `position`) may be ignored by a
    keyframe-based animation. Angular should special-case these styles to
    ensure that they get applied as inline styles throughout the duration of
    the animation.
    
    Closes angular#24923
    Closes angular#25635
    
    Jira Issue: FW-1091
    Jira Issue: FW-1092
    matsko committed Feb 26, 2019
    Copy the full SHA
    de7432a View commit details
    Browse the repository at this point in the history
  2. fixup! fix(animations): ensure position and display styles are ha…

    …ndled outside of keyframes/web-animations
    matsko committed Feb 26, 2019
    Copy the full SHA
    2b2ac50 View commit details
    Browse the repository at this point in the history