mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3dd7bb3f8f
in the animation players, make sure than upon reset the _onStartFns and _onDoneFns are also re-applied so that they can be called again after resetting the animation also set the noop animation player's _finished to false when the player resets (needed to make sure that the _onDoneFns get called) resolves #26630 PR Close #46364