Cordova上的Animate.css无法正常工作

时间:2014-11-15 16:14:49

标签: cordova netbeans animate.css

长话短说:我找到了很棒的Animate.css样式表(http://daneden.github.io/animate.css/)并决定在NetBeans中添加到我的Cordova应用程序中。

我正在尝试使用 bounceInDown 动画,它在chrome中运行良好,但是当我在我的Android设备上运行项目时,它只是不起作用,文本不是'像铬一样在负载上动画。

我的代码:

<h1 id="header1" class="animated bounceInDown">app name</h1>

#header1{font-family: Pacifico, cursive; font-size: 30pt; top-margin:0px; line-height:0px; position:absolute; top:1px;float:right;}

有关如何在手机上使用此功能的任何建议?感谢。

0 个答案:

没有答案