Animate.css不工作 [英] Animate.css Not working

查看:461
本文介绍了Animate.css不工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用 animate.css 但似乎它没有在Firefox工作。在code我用的是:

I am using animate.css but it don't seem to work in firefox. The code I am using is:

       <html>
        <head>
        <link rel="stylesheet" href="animate.css"/>
        </head>
        <body>
        <div class="rotateIn"> content</div>
        </body>
        </html>

我想这个div显示有效旋转,当我们加载页面,但它似乎并不工作。

I want this div to show rotate in effect when we load the page but it don't seem to work.

推荐答案

你必须使用动画类,如果你想显示的动画尝试这种

you have to use animated class if you want to show animations try this

    <html>
    <head>
    <link rel="stylesheet" href="animate.css"/>
    </head>
    <body>
    <div class="animated rotateIn"> content</div>
    </body>
    </html>

这篇关于Animate.css不工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆