#Canvas Blinking Stripe
Blinking Stripe on image with alpha using canvas
http://www.pixel-tyumen.ru/works/canvas-blinking-stripe/
For usage of this javascript module must define some HTML in content block:
<a id="header-logo-container" href="/" title="Íà ãëàâíóþ">
<img src="path-to-your-image-with-alpha-possible.png" alt="">
</a>
and add:
<script src="path-to-module/canvas-blinking-stripe.js"></script>
<script>
$( function () {
BlinkingStripe({$container : $('#header-logo-container')}).run();
});
</script>
This module required jQuery lib.
In browsers that canvas supported (IE > 8, FF, Chrome, Opera, Safari etc)