-
Notifications
You must be signed in to change notification settings - Fork 7
MisterDr/JQuery-Glow
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Glow effect plugin for jQuery using CSS3 and filters
It uses filters to add glow effects on PNG images
Copyright (c) 1997-2012 Djenad Razic, Machinez Design
http://www.machinezdesign.com
Licensed under the MIT license:
http://www.opensource.org/licenses/mit-license.php
Project home:
https://github.com/MisterDr/JQuery-Glow
Usage:
Enable glow and set color and radius:
$("#testimg").glow({ radius: "20", color:"green"});
Disable glow:
$("#testimg").glow({ radius: "20", color:"green", disable:true });
or
$("#testimg").glow({ disable:true });
Version 1.0
Tested on:
IPad (IOS 6 required), Chrome 18.0, Firefox 16.0.1, IE 9 (Lower versions should work by Microsoft's browser specifications)
With jQuery 1.7.2
Version 1.1
Added blink feature to blink over one second.
Example:
$("#testimg").glow({ radius: "20", color:"green", disable:true, blink:true });
Version 1.2
Added configurable blink timegap feature
Example:
$("#testimg").glow({ radius: "20", color:"green", disable:true, blink:true, timegap:2000 });
Version 1.3
Added Edge and fixed older browser support
About
JQuery PNG Image Glow plugin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published