CS3 Box Shadow has been a really good addition to CSS effect. I remember last time before CSS3 was introduced, it's a pain to convert design with shadow into proper HTML and CSS. You will need to slice the corners of the shadow..... I don't want to go back there again.
Previously I have mentioned a plugin called Real shadow, it's a jQuery plugin that casts photorealistic shadows. This time, we have another plugin that does something similar, it's called - shine.js
Shine.js creates pretty shadow, not just the plain box-shadow, but shadow that reacts to the element itself. It's a standalone Javascript with easy to customize shadows and light positions. It only works in browsers that support text-shadow
and box-shadow
.
SPECIFICATIONS & DOWNLOAD
- Official Website / Demo / Download
- Plugin Category: Animation & Effect
- Requirement: Standalone Javascript
- Compatibility: Modern Browsers with textShadow and BoxShadow support
- License: MIT License
Comments will be moderated and
rel="nofollow"
will be added to all links. You can wrap your coding with[code][/code]
to make use of built-in syntax highlighter.