91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

css3動畫的屬性有哪些

發布時間:2021-04-09 09:42:44 來源:億速云 閱讀:177 作者:啵贊 欄目:web開發

這篇文章主要講解了“css3動畫的屬性有哪些”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“css3動畫的屬性有哪些”吧!

css3動畫屬性有:“@keyframes”、animation、animation-name、animation-duration、animation-delay、animation-direction等等。

css3動畫的屬性有哪些

本教程操作環境:windows7系統、CSS3&&HTML5版、Dell G3電腦。

css3動畫屬性:

  • @keyframes 規定動畫。

  • animation 所有動畫屬性的簡寫屬性,除了 animation-play-state 屬性。

  • animation-name 規定 @keyframes 動畫的名稱。

  • animation-duration 規定動畫完成一個周期所花費的秒或毫秒。默認是 0。

  • animation-timing-function 規定動畫的速度曲線。默認是 "ease"。

  • animation-delay 規定動畫何時開始。默認是 0。

  • animation-iteration-count 規定動畫被播放的次數。默認是 1。

  • animation-direction 規定動畫是否在下一周期逆向地播放。默認是 "normal"。

  • animation-play-state 規定動畫是否正在運行或暫停。默認是 "running"。

  • animation-fill-mode 規定對象動畫時間之外的狀態。

示例:使用css3動畫屬性制作簡單動畫

body {
  background-color: #fff;
  color: #555;
  font-size: 1.1em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.container {
  margin: 50px auto;
  min-width: 320px;
  max-width: 500px;
}

.element {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #0099cc;
  border-radius: 50%;
  position: relative;
  top: 0;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  from {
    top: 100px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    top: 50px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    top: 150px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    top: 75px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    top: 100px;
  }
}

@keyframes bounce {
  from {
    top: 100px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    top: 50px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    top: 150px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    top: 75px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    top: 100px;
  }
}

3、運行效果

css3動畫的屬性有哪些


感謝各位的閱讀,以上就是“css3動畫的屬性有哪些”的內容了,經過本文的學習后,相信大家對css3動畫的屬性有哪些這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

长汀县| 海晏县| 岑巩县| 沐川县| 沁源县| 军事| 庄河市| 海兴县| 海南省| 宝山区| 兴隆县| 南溪县| 昔阳县| 泌阳县| 舒城县| 贺州市| 峨边| 澜沧| 鄯善县| 呼伦贝尔市| 泗洪县| 双峰县| 马山县| 思茅市| 澄江县| 屯昌县| 延安市| 灵川县| 怀远县| 岱山县| 玛沁县| 新兴县| 宁蒗| 龙山县| 林甸县| 泾川县| 黄石市| 贺兰县| 宜昌市| 普洱| 集安市|