swishflo

The swishflo effect simulates 3-dimensional depression of a glossy button using a background javascript to manipulate the button's background-image (a radial gradient). Swishflo adds a nice clean touch to any clickable object. Use it on blog tags, block links, navbar links, and so forth. Simply copy and paste the following code

<script src="https://mikjakrych.github.io/swishflo/swishflo.js" charset="utf-8"></script>

into your document and use the swishflo class on any object that you want to apply swishflo to. For instance,

<a href="javascript:myFunction()" class="swishflo">
  click me
</a>
<script>
 function myFunction(){
   console.log("swishflo is exciting");
 }
</script>

Here are a few nice swishflo features:

Check out swishflo in the following example:

My Blog Tags