html5 - css @keyframes 在qq或微信端不支持吗?
迷茫
迷茫 2017-04-17 14:20:18
0
1
1310

在本地浏览器及微信开发工具上运行是可以使用的,但上传了之后,这段代码

.toolTip {

position: absolute;
bottom: 12px;
left: 50%;
transform: translateX(-50%);
color: #FF66CC;
animation: toolTip 1s linear infinite;
-webkit-animation: toolTip 1s linear infinite;
-moz-animation: toolTip 1s linear infinite;
-o-animation: toolTip 1s linear infinite;

}

@keyframes toolTip {

0% {
    bottom: 30px;
}
50% {
    bottom: 50px;
}
100% {
    bottom: 30px;
}

}

在QQ和微信端上就无法运行了,我用的是安卓系统,不知道iOS系统会不会也无法运行

特地来求助各位DaLao。

献上网址:http://520.52lcy.cn

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

全員に返信(1)
洪涛

使用 @-webkit-keyframes 呢

いいねを押す +0
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!