1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Adjust node animation speed

This commit is contained in:
Kazuhito Yokoi 2019-04-16 11:01:20 +09:00
parent 162bd6a8c3
commit 44b75f0b92

View File

@ -255,7 +255,7 @@ RED.palette = (function() {
helper: 'clone',
appendTo: 'body',
revert: 'invalid',
revertDuration: 50,
revertDuration: 300,
containment:'#main-container',
start: function() {
paletteWidth = $("#palette").width();