Skip to content

ottonascarella/textblur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

jQuery Plugin that makes adding Blur Filter to text elements an easy task.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published