Button-spring

A simple Polymer element of a bouncing button

View the Project on GitHub Urucas/button-spring

button-spring

A simple Polymer element of a bouncing button

Usage

Import polymer element into yor html

<link rel="import" href="/elements/button-spring.html">

Insert the webcomponent on your page,

<button-spring class="myButton" value="Aceptar" onclick="console.log('button-spring pressed')"></button-spring>


Link

This bouncing button polymer elements works thanks to Impulse, check their source code here: https://github.com/luster-io/impulse