Yahoo! UI Library: YAHOO.util.Anim

Class YAHOO.util.Anim Known Subclasses: YAHOO.util.ColorAnim Base animation class that provides the interface for building animated effects.Usage: var myAnim = new YAHOO.util.Anim(el, { width: { from: 10, to: 100 } }, 1, YAHOO.util.Easing.easeOut); [...]