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 One Two ``` ### Speed Dial When tapping a fab with the class `dropdown-trigger`, open a speed dial menu with the class `dropdown-content`: ```html ``` [Documentation](http://gabiaxel.github.io/paper-fab-transitions/components/paper-fab-transitions/) [Demo](http://gabiaxel.github.io/paper-fab-transitions/components/paper-fab-transitions/demo/) [Material Design specifications](https://www.google.com/design/spec/components/buttons-floating-action-button.html#buttons-floating-action-button-transitions)