florianv / double-bounce

Double-bounce spinner as a Polymer element

Home Page:http://florianv.github.io/double-bounce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

< 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

About

Double-bounce spinner as a Polymer element

http://florianv.github.io/double-bounce

License:MIT License


Languages

Language:CSS 100.0%