This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/thirdpartyjs/yui/animation
2010-09-10 16:45:26 +00:00
..
animation-debug.js Importación inicial con versión 3.7.0.2 original 2010-09-10 16:45:26 +00:00
animation-min.js Importación inicial con versión 3.7.0.2 original 2010-09-10 16:45:26 +00:00
animation.js Importación inicial con versión 3.7.0.2 original 2010-09-10 16:45:26 +00:00
README Importación inicial con versión 3.7.0.2 original 2010-09-10 16:45:26 +00:00

Animation Release Notes

*** version 0.12.0 ***

* added boolean finish argument to Anim.stop()

*** version 0.11.3 ***

* no changes

*** version 0.11.1 ***

* changed "prototype" shorthand to "proto" (workaround firefox < 1.5 scoping
bug)

*** version 0.11.0 ***

* ColorAnim subclass added
* Motion and Scroll now inherit from ColorAnim
* getDefaultUnit method added
* defaultUnit and defaultUnits deprecated
* getDefault and setDefault methods deprecated

*** version 0.10.0 ***

* Scroll now handles relative ("by") animation correctly

* Now converts "auto" values of "from" to appropriate initial values

*** version 0.9.0 ***

* Initial release