Contains Fx.Height, Fx.Width, Fx.Opacity. Only useful if you really, really need to toggle those values, and toggling only works in STRICT DOCTYPE. See Fx.Style for a better alternative.
Dependencies
Moo.js, Function.js, Array.js, String.js, Element.js, Fx.js
Author
Valerio Proietti, http://mad4milk.net
License
MIT-style license.
Summary
Fxutils.js |
Contains Fx.Height, Fx.Width, Fx.Opacity. |
Fx. Height |
Alters the height of an element. |
Properties |
|
toggle |
Toggles the height of an element from zero to it’s scrollHeight, and vice-versa. |
show |
Size the element to its full scrollHeight immediatly, without applying a transition. |
Fx. Width |
Same as Fx.Height, but uses Width. |
Fx. Opacity |
Same as Fx.Height, but uses Opacity. |