mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Decrease animated preview throttle to 300ms
This commit is contained in:
parent
0f404d2b25
commit
3a2d837f5a
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user