A few notes:
- I wouldn't combine mouseover with mouseleave. Use mouseenter + mouseleave
- I would re-set the morph options beforehand
$('handone').set('morph', {link: 'chain'});
- You can't tween the property display

-- 
Guillermo Rauch
http://devthought.com

Reply via email to