brandonaaron / jquery-cssHooks

Collection of cssHooks that work with jQuery 1.4.3+
Other
478 stars 80 forks source link

Boxshadow cssHook with some tests #9

Closed burin closed 13 years ago

burin commented 13 years ago

This is a simple cssHook to get the box-shadow of an element.

One thing I'm wondering is if we should return hex values instead of rgba with the cssHooks (does anyone really work in rgb instead of hex?)