mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2b257b3659
In certain scenarios `Element.animate` fails, manifesting in an exception (Firefox) or a null return value (Chromium). The null value is not conform WebIDL but handled gracefully in this commit regardless. Closes #64486 PR Close #64506