mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-18 08:15:15 +00:00
Move the animation duration into a tiddler so that we can easily let it be adjusted in the control panel
This commit is contained in:
@@ -14,8 +14,6 @@ Core configuration constants
|
||||
|
||||
exports.preferences = {};
|
||||
|
||||
exports.preferences.animationDuration = 400;
|
||||
exports.preferences.animationDurationMs = exports.preferences.animationDuration + "ms";
|
||||
exports.preferences.notificationDuration = 3 * 1000;
|
||||
exports.preferences.jsonSpaces = 4;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user