Decrease animated preview throttle to 300ms

This commit is contained in:
Dávid Szabó 2016-09-23 13:01:14 +02:00 committed by Julian Descottes
parent 0f404d2b25
commit 3a2d837f5a

View File

@ -3,7 +3,7 @@
// Preview is a square of PREVIEW_SIZE x PREVIEW_SIZE
var PREVIEW_SIZE = 200;
var RENDER_MINIMUM_DELAY = 1000;
var RENDER_MINIMUM_DELAY = 300;
var ONION_SKIN_SHORTCUT = 'alt+O';
var ORIGINAL_SIZE_SHORTCUT = 'alt+1';