public
Description: Prototype extensions that I find myself using frequently, or just ideas that I think would be fun.
Clone URL: git://github.com/nakajima/nakatype.git
added GlowingElement, which gives you Element#addGlow for creating nicer 
hover states. extracted from patnakajima.com
nakajima (author)
Fri Jun 27 12:04:10 -0700 2008
commit  341f2704b6e320b9296a300a6c835dcd6ea02fa2
tree    c4166803a479c991f0fdd24977b82bc7171d2256
parent  7a65454a82aefd8727fdab79faa762ee75a6d1d1

Comments

  • kangax Fri Jun 27 15:00:26 -0700 2008 at src/element_glowing.js L56

    This is not really necessary (will only slow down IE with its crappy Element.extend tolerance). You’re wrapping element with $ in constructor anyway : )