css3 アニメーション ジッター効果_html/css_WEB-ITnose

WBOY
リリース: 2016-06-24 11:49:04
オリジナル
1936 人が閲覧しました

html结构:










< ;/div>




css样式:

.dd {

アニメーション: 1秒振る;
-o-アニメーション: 1 秒間シェイクします。
-webkit-animation: 1 秒間シェイクします。
-moz-animation: 1 秒間シェイクします。
}
@keyframes シェイク {
0%, 100% {
-webkit-transform: translationX(0);
}
10%、
30%、
50%、
70%、
90% {
-webkit-transform: translationX(-5px);
}
20%、
40%、
60%、
80% {
-webkit-transform: translationX(5px);
}
}
@-o-keyframes shade {
/* Opera */
0%, 100% {
-webkit-transform: translationX(0);
}
10%、
30%、
50%、
70%、
90% {
-webkit-transform: translationX(-5px);
}
20%、
40%、
60%、
80% {
-webkit-transform: translationX(5px);
}
}
@-webkit-keyframes shake {
/* Safari および Chrome */
0%, 100% {
-webkit-transform: translationX(0);
}
10%、
30%、
50%、
70%、
90% {
-webkit-transform: translationX(-5px);
}
20%、
40%、
60%、
80% {
-webkit-transform: translationX(5px);
}
}
@-moz-keyframes shake {
/* Firefox */
0%, 100% {
-moz-transform: translationX(0);
}
10%、
30%、
50%、
70%、
90% {
-moz-transform: translationX(-5px);
}
20%,
40%,
60%,
80% {
-moz-transform: translationX(5px);
}

}


js效果:



効果:


ネズミ标家に帰る图标時、图标会左右晃動。
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート