> Ive tried a few things using FX and FX.Tween but I cant seem to get
> any response when trying to use the box-shadow CSS property.

I think your problem is alluded to here:

  
http://stackoverflow.com/questions/3012899/box-shadow-is-there-a-box-shadow-color

There is no separate property for each of the box-shadow components
(even though you'd expect there to be as with border). Therefore when
you pass, say box-shadow-color into to the CSS parser, the tweening is
applied but nothing happens. If you pass the full box-shadow into the
parser, it doesn't see an RGB from/to to tween.

-- Sandy

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"MooTools Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mootools-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to