相关疑难解决方法(0)

Firefox动画无法启动切换显示样式

小提琴http://jsfiddle.net/B9h8y/1/

在Chrome中,当我单击文档时动画运行.在Firefox中它没有.

当chrome设置为阻止时,为什么firefox不触发css动画?

<link rel="stylesheet" href="animate.min.css" />

<div class="el bounce animated">
  The div  
</div>

<script type="text/coffeescript">
  $('.el').css(display: 'none')
  $(document).on 'click', ->
    $('.el').css(display: 'block')
<script>
Run Code Online (Sandbox Code Playgroud)

css firefox google-chrome css3 css-animations

7
推荐指数
1
解决办法
1222
查看次数

标签 统计

css ×1

css-animations ×1

css3 ×1

firefox ×1

google-chrome ×1