Updated sliding behavior
This commit is contained in:
parent
b472e763fc
commit
847a31ed79
@ -36,7 +36,9 @@ $(document).ready(function() {
|
||||
return;
|
||||
}
|
||||
|
||||
$('#result').slideUp(hasShownBefore ? 330 : 0);
|
||||
$('#result').slideUp(hasShownBefore ? 330 : 0, function() {
|
||||
$('#resultImage').attr('src', '');
|
||||
});
|
||||
|
||||
$('#convertButton').prop('disabled', true);
|
||||
$('#exampleButton').prop('disabled', true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user