* Performance tweak
This commit is contained in:
parent
fbff742540
commit
e216c44f01
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
|
||||
//@todo I would like to make this animation a setting. How?
|
||||
|
||||
var STEPS = 10;
|
||||
var STEPS = 15;
|
||||
function calcSteps(fromValue, toValue){
|
||||
var i = 0,
|
||||
l = STEPS - 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue