tune more bg transition

This commit is contained in:
vitalets
2013-06-23 18:16:00 +04:00
parent f58f1c92d7
commit 81231f9b06
2 changed files with 6 additions and 6 deletions

@ -398,7 +398,7 @@ Makes editable any HTML element on the page. Applied as jQuery method.
$e.addClass('editable-bg-transition');
setTimeout(function(){
$e.removeClass('editable-bg-transition');
}, 1500);
}, 1700);
}, 0);
}