ded / bonzo

library agnostic, extensible DOM utility
Other
1.32k stars 137 forks source link

css opacity #4

Closed paolochiodi closed 13 years ago

paolochiodi commented 13 years ago

Setting the opacity of an element to 0 doesn't work. I think it is due to the fact that 'px' is appended to 0.

dawnerd commented 13 years ago

How are you setting the css? I just did this a few minutes ago and it worked fine using .css('opacity',0)

paolochiodi commented 13 years ago

oh, sorry. I was testing against yesterday npm version, not the master branch

ded commented 13 years ago

an aside, upgrade to the latest npm :) then run

$ ender refresh

inside your custom build of Ender.