CSS3_html/css_WEB-ITnose で実装された文字列強調表示効果のコード例
Jun 24, 2016 am 11:32 AM
CSS3 によって実装された文字列強調表示効果のコード例:
この章では、文字列文字強調表示効果を実装するコード例を共有します。
コードは次のとおりです:
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="author" content="http://www.softwhy.com/" /><title>蚂蚁部落</title><style type="text/css">html, body{ background-color: #aaaaaa;}p span{ font-family: 'Comic Sans MS'; animation: loading 1.4s; -moz-animation: loading 1.4s; -webkit-animation: loading 1.4s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;}@keyframes loading{ 0% {color: black;} 75% {color: black;} 100% {color: white;}}@-moz-keyframes loading { 0% {color: black;} 75% {color: black;} 100% {color: white;}}@-webkit-keyframes loading{ 0% {color: black;} 75% {color: black;} 100% {color: white;}}.word1{ animation-delay:-1.2s; -webkit-animation-delay:-1.2s;}.word2{ animation-delay:-1s; -webkit-animation-delay:-1s;}.word3{ animation-delay:-0.8s; -webkit-animation-delay:-0.8s;}.word4{ animation-delay:-0.6s; -webkit-animation-delay:-0.6s; }.word5{ animation-delay:-0.4s; -webkit-animation-delay:-0.4s;}.word6{ animation-delay:-0.2s; -webkit-animation-delay:-0.2s; }.word7{ animation-delay:0s; -webkit-animation-delay:0s; }</style></head><body><div style="width:200px;margin:0 auto;"><p> <span class="word1">L</span> <span class="word2">O</span> <span class="word3">A</span> <span class="word4">D</span> <span class="word5">I</span> <span class="word6">N</span> <span class="word7">G</span></p></div></body></html>
ログイン後にコピー
元のアドレスは次のとおりです: http://www.softwhy.com/forum.php?mod=viewthread&tid=17250
詳細については、次を参照してください: http:// www.softwhy.com/shili/
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。

人気の記事
レポ:チームメイトを復活させる方法
3週間前
By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.説明されたエネルギー結晶と彼らが何をするか(黄色のクリスタル)
1週間前
By 尊渡假赌尊渡假赌尊渡假赌
ハローキティアイランドアドベンチャー:巨大な種を手に入れる方法
3週間前
By 尊渡假赌尊渡假赌尊渡假赌
スプリットフィクションを打ち負かすのにどれくらい時間がかかりますか?
3週間前
By DDD

人気の記事
レポ:チームメイトを復活させる方法
3週間前
By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.説明されたエネルギー結晶と彼らが何をするか(黄色のクリスタル)
1週間前
By 尊渡假赌尊渡假赌尊渡假赌
ハローキティアイランドアドベンチャー:巨大な種を手に入れる方法
3週間前
By 尊渡假赌尊渡假赌尊渡假赌
スプリットフィクションを打ち負かすのにどれくらい時間がかかりますか?
3週間前
By DDD

ホットな記事タグ

メモ帳++7.3.1
使いやすく無料のコードエディター

SublimeText3 中国語版
中国語版、とても使いやすい

ゼンドスタジオ 13.0.1
強力な PHP 統合開発環境

ドリームウィーバー CS6
ビジュアル Web 開発ツール

SublimeText3 Mac版
神レベルのコード編集ソフト(SublimeText3)

ホットトピック
Gmailメールのログイン入り口はどこですか?
7300
9


Java チュートリアル
1622
14


CakePHP チュートリアル
1342
46


Laravel チュートリアル
1259
25


PHP チュートリアル
1206
29



公式アカウントのキャッシュの更新の難しさ:バージョンの更新後のユーザーエクスペリエンスに影響を与える古いキャッシュを回避する方法は?

HTML5フォーム検証属性を使用してユーザー入力を検証するにはどうすればよいですか?

&lt; iframe&gt;の目的は何ですか タグ?使用する際のセキュリティ上の考慮事項は何ですか?
