/tyde

Color changing loaders!

Primary LanguageJavaScript

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>

And you're done! If you would like different colors, they are set as an array in lib/tyde.js

Example:

https://djoq.github.io/tyde/