Searched refs:increment (Results 1 – 1 of 1) sorted by relevance
| /NW4C-2.0.3/documents/CreativeStudio/html/common/ |
| D | ibox.js | 344 var increment = Math.ceil(opacity_difference / steps); // how much to incr per step 346 obj.fader = setInterval(_pub.bind(function(e, obj, increment, end, callback) { argument 347 var opacity = _pub.getOpacity(e, obj) + increment; 349 if ((increment < 0 && opacity <= end) || (increment > 0 && opacity >= end)) { 354 }, obj, increment, end, callback), step_size);
|