/double-bounce

Double-bounce spinner as a Polymer element

Primary LanguageCSSMIT LicenseMIT

< double-bounce >

Double-bounce spinner as a Polymer element

Installation

$ bower install double-bounce --save

Import

Import Web Components polyfill:

<script src="../platform/platform.js"></script>

Import the element:

<link rel="import" href="../double-bounce/double-bounce.html">

Usage

<double-bounce></double-bounce>

Styling

For example to change the dimensions:

double-bounce::shadow .spinner {
    height: 100px;
    width: 100px;
}

License

  • Polymer stuff MIT

  • Spinner stuff MIT