Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

executable file
·
17 lines (12 loc) · 401 Bytes

SHADOW RADIUS

SHADOW RADIUS: NO CSS, NO IMAGES, MOOTOOLS ONLY!

ShadowRadius is a Mootools's Plugin. ShadowRadius create amazing shadow but does not use External Style Sheet or Images, it uses javascript only

Screenshot

How to use

Javascript

/* initialize */
$('#box').shadowRadius({'radius: 10'});
/* other way */
new ShadowRadius($('#box'), {'radius': 10});