dojox.fx._getCalculatedStyleChanges
dojo.require("dojox.fx.style");
defined in dojox/fx/style.js
calculate and normalize(?) the differences between two states of a node (args.node) by quickly adding or removing a class, and iterateing over the results of dojox.fx._getStyleSnapshot()
Usage
parameter | type | description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
args | dojox.fx._arg.StyleArgs | The node and CSS class to use for style manipulations.
| |||||||||
addClass | Boolean | true to calculate what adding a class would do, false to calculate what removing the class would do |