【发布时间】:2017-01-13 17:23:09
【问题描述】:
请看这里:
https://codepen.io/copperjohn/pen/vgKeQj
在 display:none 设置了一个徽标,然后使用 jquery 使其可见并由 animate.css 动画
$('.banner').show('slow');
$('.banner').addClass('animated bounceInDown modifica_animation');
在 BounceInDown 动画结束后,图像在 Internet Explorer 10+ 中不再可见(在 Chrome、Firefox、Safari 中仍然可见)。
可以帮忙吗? 谢谢 弗朗切斯科
【问题讨论】:
标签: jquery css animate.css