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

md-fab-speed-dial: does not animate the first time #3349

@ghost

Description

In angular-material v0.10.0, the md-fab-speed-dial component does not animate the first time it is hovered or touched. The embedded example on https://material.angularjs.org/latest/#/demo/material.components.fabSpeedDial works properly, but the supplied CodePen has the same issue. This occurs in Chrome 43 and Internet Explorer 11. I have not tested other browsers.

When the action buttons are hidden, the .md-fab-action-item does not have its transform property set before it is activated. After it has been activated, it has. The embedded example has its transform property set before it is even opened for the first time, so that might be what's going wrong.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions