課程
/前端開發(fā)
/HTML/CSS
/十天精通CSS3
沒反應(yīng)的
2014-12-19
源自:十天精通CSS3 9-2
正在回答
@-webkit-keyframes?around{ ??0%?{ ????-webkit-transform:?translateX(0); ??} ??25%{ ????-webkit-transform:?translateX(180px); ??} ??50%{ ?????-webkit-transform:?translate(180px,?180px);? ??} ??75%{ ????-webkit-transform:translate(0,180px); ??} ??100%{ ????-webkit-transform:?translateY(0); ??} } div?{ ??width:?200px; ??height:?200px; ??border:?1px?solid?red; ??margin:?20px?auto; } div?span?{ ??display:?inline-block; ??width:?20px; ??height:?20px; ??background:?orange; ??border-radius:?100%; ??-webkit-animation-name:around; ??-webkit-animation-duration:?10s; ??-webkit-animation-timing-function:?ease; ??-webkit-animation-delay:?1s; ??-webkit-animation-iteration-count:infinite; }
我是chrome ?就以chrome為例了
CSS3 需要根據(jù)不同瀏覽器來使用不同前綴 達(dá)到兼容效果
舉報(bào)
本課程為CSS3入門教程,深刻詳解CSS3知識(shí)讓網(wǎng)頁穿上絢麗裝備
3 回答我的沒有反應(yīng),大家看看怎么回事
7 回答請(qǐng)問為什么沒有反應(yīng)呢
3 回答為什么使用opacity:0-1;沒有反應(yīng)
3 回答感覺沒什么反應(yīng)呢
3 回答點(diǎn)擊沒反應(yīng)
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2014-12-19
我是chrome ?就以chrome為例了
CSS3 需要根據(jù)不同瀏覽器來使用不同前綴 達(dá)到兼容效果