paper-fab-transitions
=====================
Polymer elements for adding morphing and speed dial transitions to floating
action buttons as defined by Material Design specifications.
## Install
```
bower install paper-fab-transitions --save
```
## Usage
### Morphing
Add morphing transition from a fab with the class `dropdown-trigger` to an element with the class `dropdown-content`:
```html
OneTwo
```
### Speed Dial
When tapping a fab with the class `dropdown-trigger`, open a speed dial menu with the class `dropdown-content`:
```html