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

[13.2.x] perf(animations): remove no longer needed CssKeyframes classes #44919

Closed
wants to merge 1 commit into from

Commits on Jan 31, 2022

  1. perf(animations): remove no longer needed CssKeyframes classes (angul…

    …ar#44903)
    
    This commit removes CSS keyframes-based code that was used to support animations in old browsers. With IE11 deprecation, all supported browsers have native WebAnimations support, so the old code can be removed. This results in ~7KB decrease of the animations package bundle size, since most of the code was non-tree-shakable.
    
    Closes angular#44520.
    AndrewKushnir committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    c8d6f2f View commit details
    Browse the repository at this point in the history