1.0.0 • Published 8 years ago

tyde v1.0.0

Weekly downloads
3
License
MIT
Repository
-
Last release
8 years ago

tyde

Color changing loaders!

Step 1: Include the css files.

<link rel="stylesheet" href="node_modules/tyde/lib/tyde.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">

Step 2: Add an icon before the script.

<i  id="tyde" class="fa fa-spinner fa-pulse fa-spin fa-2x fa-navy"></i>

Step 3: Include javascript file after the icon.

<script src="node_modules/tyde/lib/tyde.js"></script>