paper-fab-transitions
paper-fab-transitions copied to clipboard
Adding labels to speed dial options doesn't work
I want to add labels to the speed dial options similar to Google Inbox:
The layout of <paper-fab-speed-dial>
doesn't adjust when adding a labels to the speed dial options:
Setting horizontal-align="right"
on the <iron-dropdown>
solves this issue:
Another issue is caused by paper-square-grow-animation
as it grows not just the height but also the width. During the animation, the label and the FAB aren't on the same line because there isn't enough space for both in the beginning of the animation.
How did you add the labels. Sorry noob question i know.