主頁(yè) > 知識(shí)庫(kù) > 簡(jiǎn)單的css文字動(dòng)畫(huà)效果

簡(jiǎn)單的css文字動(dòng)畫(huà)效果

熱門(mén)標(biāo)簽:威力最大的電銷(xiāo)機(jī)器人 400電話唐山辦理 旅游地圖標(biāo)注線路 漯河外呼調(diào)研線路 電銷(xiāo)專(zhuān)用外呼線路 電話機(jī)器人鑰匙扣 廣西房產(chǎn)智能外呼系統(tǒng)推薦 電銷(xiāo)外呼系統(tǒng)是違法的嗎 地圖標(biāo)注位置怎么弄圖

實(shí)現(xiàn)效果

實(shí)現(xiàn)代碼

html

<div id=container>
  Welcome 
  <div id=flip>
    <div><div>jb51</div></div>
    <div><div>腳本之家</div></div>
    <div><div>歡迎訪問(wèn)</div></div>
  </div>
  
</div>

<p>a css3 animation demo</p>

css

@import url('https://fonts.googleapis.com/css?family=Roboto:700');

body {
  margin:0px;
  font-family:'Roboto';
  text-align:center;
}

#container {
  color:#999;
  text-transform: uppercase;
  font-size:36px;
  font-weight:bold;
  padding-top:200px;  
  position:fixed;
  width:100%;
  bottom:45%;
  display:block;
}

#flip {
  height:50px;
  overflow:hidden;
}

#flip > div > div {
  color:#fff;
  padding:4px 12px;
  height:45px;
  margin-bottom:45px;
  display:inline-block;
}

#flip div:first-child {
  animation: show 5s linear infinite;
}

#flip div div {
  background:#42c58a;
}
#flip div:first-child div {
  background:#4ec7f3;
}
#flip div:last-child div {
  background:#DC143C;
}

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}

p {
  position:fixed;
  width:100%;
  bottom:30px;
  font-size:12px;
  color:#999;
  margin-top:200px;
}

以上就是簡(jiǎn)單的css文字動(dòng)畫(huà)效果的詳細(xì)內(nèi)容,更多關(guān)于css文字動(dòng)畫(huà)效果的資料請(qǐng)關(guān)注腳本之家其它相關(guān)文章!

標(biāo)簽:焦作 試駕邀約 湘西 銅陵 綏化 湖北 無(wú)錫 欽州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《簡(jiǎn)單的css文字動(dòng)畫(huà)效果》,本文關(guān)鍵詞  簡(jiǎn)單,的,css,文字,動(dòng)畫(huà),效果,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《簡(jiǎn)單的css文字動(dòng)畫(huà)效果》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于簡(jiǎn)單的css文字動(dòng)畫(huà)效果的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章