-
New Feature
-
Resolution: Fixed
-
Normal
-
None
-
None
_fixImgWidth: _zkf = function() { var n = this.$n(), img = this.$n("img"); if (img) { if (zk.ie6_) img.style.width = ""; //Bug 1899749 if (zk(n).isRealVisible()) //Bug 3134159 jq(img).animate({ width: Math.round((n.clientWidth * this._value) / 100) + "px" }, "slow"); } },
Animate speed is hardcode by "slow", but in some case, we need higher speed.