Make the image crop slider move at 66 hertz
This commit is contained in:
committed by
Sebastiaan Janssen
parent
4249f3d1ec
commit
8fe8a0dfa3
@@ -232,7 +232,7 @@ angular.module("umbraco.directives")
|
||||
var throttledResizing = _.throttle(function(){
|
||||
resizeImageToScale(scope.dimensions.scale.current);
|
||||
calculateCropBox();
|
||||
}, 100);
|
||||
}, 15);
|
||||
|
||||
|
||||
//happens when we change the scale
|
||||
|
||||
Reference in New Issue
Block a user