🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

txtShadow is a really small jQuery plugin for creating animated, interactive, customizable text shadow effect that reacts to mouse movement.

Shadow Text-Effect text-shadow

Documentation

txtShadow.js

Dynamic Text Shadow jQuery Plug-In

##Usage

$(function(){   // Use like this   $('.shadow').txtShadow(); }); 

##Options

$('.shadow').txtShadow({   blur: "10px", // text blur value   color: "red"  // shodow color value }); 

view Demo(https://csslick.github.io/txtshadow/)

##Authors Michael Kwon(https://github.com/csslick)


You May Also Like