提交 b85ead98 编写于 作者: A afc163

animate time

上级 bb98aa53
......@@ -2,10 +2,16 @@ $(function() {
$('.component-demos .icon-all').on('click', function() {
if ($(this).hasClass('expand')) {
$(this).removeClass('expand');
$('.code-box').find('.highlight').slideUp();
$('.code-box').find('.highlight').animate({
height: 'toggle',
opacity: 'toggle'
}, 150);
} else {
$(this).addClass('expand');
$('.code-box').find('.highlight').slideDown();
$('.code-box').find('.highlight').animate({
height: 'toggle',
opacity: 'toggle'
}, 150);
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册