Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(select): animation jumping on IE11 (angular#10050)
Fixes the select animation looking off in IE11 by starting from the end, before resetting to the beginning and animating again. Seems to be due to the fact that we haven't defined the initial state, but we were setting it as a keyframe in the animation.
- Loading branch information