forked from angular/material
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(speedDial): Ensure scale animation actions are invisible when clo…
…sed. When using the `scale` animation, the FAB Speed Dial's action items could sometimes appear as small dots on the screen even when the component was closed. This was due to an old bug where closing a dialog from a hidden action item was throwing an issue. This has since been fixed so we can revert this back to the original code that used `scale(0)` instead of `scale(0.1)` which ensured that the dialog always had a button to animate to when closing. Also fix an issue with the `ng-hide` animation in the "More Options" demo. Fixes angular#6344. Fixes angular#6670.
- Loading branch information
1 parent
bf78b0c
commit cedc8de
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters