* Tweaked performance
This commit is contained in:
parent
70cfb27e61
commit
b37304c63b
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -700,7 +700,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
|
||||
//@todo I would like to make this animation a setting. How?
|
||||
|
||||
var STEPS = 15;
|
||||
var STEPS = 10;
|
||||
function calcSteps(fromValue, toValue){
|
||||
var i = 0,
|
||||
l = STEPS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue