CSS3 は送信ボタン待機ループを実装しますeffect_html/css_WEB-ITnose

WBOY
リリース: 2016-06-24 11:26:58
オリジナル
1451 人が閲覧しました

CSS3 は、送信ボタン待機ループ効果を実装します。
この章では、送信ボタン待機効果を実装するコード例を共有します。
この効果はよりユーザーフレンドリーであり、ユーザーはウェブページが動作しているため、辛抱強く待つだけで済みます。
コード例は次のとおりです:

<!DOCTYPE html><html><head><meta charset=" utf-8"><meta name="author" content="http://www.softwhy.com/" /><title>蚂蚁部落</title><style type="text/css">.grebtn {  display:inline-block;  padding:0.25em 1.25em;  border:1px solid;  border-radius:2px;  vertical-align:bottom;  font-weight:inherit;  border-color:#208000 #1F7F00;  background-color:#289600;  box-shadow:inset 0 0 1px rgba(255,255,255,.6), 0 1px #8DBF62;  color:#fff;  text-shadow:0 -1px #137900;  text-decoration:none; }.dotting {  display:inline-block;  min-width:2px;  min-height:2px;  box-shadow:2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;  -webkit-animation:dot 4s infinite step-start both;  animation:dot 4s infinite step-start both;  *zoom: expression(this.innerHTML = '...'); /* IE7 */}.dotting:before { content: '...'; } /* IE8 */.dotting::before { content: ''; }:root .dotting { margin-right: 8px; } /* IE9+,FF,CH,OP,SF */ @-webkit-keyframes dot {  25% { box-shadow: none; }  50% { box-shadow: 2px 0 currentColor; }  75% { box-shadow: 2px 0 currentColor, 6px 0 currentColor; }}@keyframes dot {  25% { box-shadow: none; }  50% { box-shadow: 2px 0 currentColor; }  75% { box-shadow: 2px 0 currentColor, 6px 0 currentColor; }}</style><head></head><body><a href="javascript:" class="grebtn">订单提交中<span class="dotting"></span></a></body></html>
ログイン後にコピー

元のアドレスは次のとおりです: http://www.softwhy.com/forum.php?mod=viewthread&tid=18233

詳細については、次を参照してください: http:/ /www.softwhy.com /divcss/

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