Skip to content

Latest commit

 

History

History
executable file
·
14 lines (8 loc) · 362 Bytes

README.markdown

File metadata and controls

executable file
·
14 lines (8 loc) · 362 Bytes

TextBlur

TextBlur is a jQuery plugin that adds a CSS hook to jQuery so you can fake a Blur Filter on text using only CSS text-shadow.

Syntax could not be simpler:

$("h1, p").css('textBlur', 20);

or just

$anyTextElement.animate({textBlur: 20}, 1000);

Example page? Sure. Click here!