W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗(yàn)值獎勵
W3.CSS為動畫提供以下類:
類 | 定義 |
---|---|
w3-animate-top
|
從頂部滑動元素(-300px 至0) |
w3-animate-bottom
|
從底部(-300px 到0)滑動元素 |
w3-animate-left
|
從左側(cè)滑動一個(gè)元素(從 -300px 到0) |
w3-animate-right
|
從右邊滑動一個(gè)元素(從 -300px 到0) |
w3-animate-opacity
|
在 1.5 秒內(nèi)使元素的不透明度從 0 變?yōu)?1 |
w3-animate-zoom
|
動畫大小從 0 到 100% 的元素 |
w3-animate-fading
|
從 0 到 1 和 1 到 0 動畫化元素的不透明度(淡入+淡出) |
w3-spin | 將元素旋轉(zhuǎn) 360 度 |
w3-animate-top 類能夠輕松對齊頂部(從 -300px 到 0)的元素:
<div class="w3-container">
<h1 class="w3-center w3-animate-top">動畫很有趣!</h1>
</div>
w3-animate-bottom 類能夠輕松對齊底部(從 -300px 到 0)的元素:
<div class="w3-container">
<h1 class="w3-center w3-animate-bottom">動畫很有趣!</h1>
</div>
w3-animate-left 類在元素中從左(-300px 到 0)滑動:
<div class="w3-container">
<h1 class="w3-center w3-animate-left">動畫很有趣!</h1>
</div>
w3-animate-right 類在元素中從右(-300px 到 0)滑動:
<div class="w3-container">
<h1 class="w3-center w3-animate-right">動畫很有趣!</h1>
</div>
w3-animate-opacity 類設(shè)置動畫的元素的不透明度,從 0 到 1 用時(shí) 0.8 秒。
淡入w3-animate-opacity類的元素:
w3-animate-zoom 類設(shè)置動畫從 0 到 100% 的大小的元素。
使用 w3-animate-zoom 類放大元素:
w3-spin 類旋轉(zhuǎn)元素 360 度:
w3-animate-fading 類設(shè)置元素的退出效果,每 10 秒變淡(連續(xù)地):
<img class="w3-animate-top" src="img_01.jpg">
<img class="w3-animate-zoom" src="img_02.jpg">
<img class="w3-animate-left" src="img_03.jpg">
<img class="w3-animate-bottom" src="img_04.jpg">
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: