fix cube animation end
This commit is contained in:
parent
e59932f2b2
commit
2bc18ecd2e
1 changed files with 5 additions and 1 deletions
|
@ -1185,8 +1185,12 @@ c3nav = {
|
||||||
left: width,
|
left: width,
|
||||||
}, 300, 'swing').queue(function(d) {
|
}, 300, 'swing').queue(function(d) {
|
||||||
d();
|
d();
|
||||||
$button.attr('style', '');
|
$button.attr('style', 'display: none;');
|
||||||
$cover.remove();
|
$cover.remove();
|
||||||
|
// give the css transition some time
|
||||||
|
}).delay(300).queue(function(d) {
|
||||||
|
d();
|
||||||
|
$button.attr('style', '');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue