Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(speedDial): Ensure closed scale animation actions are invisible. #6786

Closed

Conversation

topherfangio
Copy link
Contributor

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 #6344. Fixes #6670.

…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.
@topherfangio topherfangio added this to the 1.0.3 milestone Jan 20, 2016
@topherfangio topherfangio added P1: urgent Urgent issues that should be addressed in the next minor or patch release. needs: review This PR is waiting on review from the team labels Jan 20, 2016
@topherfangio topherfangio deleted the fix-speeddial-slide-6344 branch April 18, 2016 21:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: review This PR is waiting on review from the team P1: urgent Urgent issues that should be addressed in the next minor or patch release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug fab-speed-dial + icons with ligatures show dots (1.0.2) speedial(actions): scale animation shown on load
2 participants