第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

小白求助,為什么不用hover,我的就只能移動(dòng)不能旋轉(zhuǎn)?

小白求助,為什么不用hover,我的就只能移動(dòng)不能旋轉(zhuǎn)?

qq_花開花謝_0 2022-07-07 16:07:05
*{padding:0;margin:0;}#container1{width:800px;height:700px;}#showing1{width:200px;height:150px;float:right;position:relative;top:550px;background:#F36;border-radius:10px;transition:all 5s ease-in-out;transform:rotate(720deg) scale(2,2);animation:mylasting1;animation-delay:2s;animation-duration:5s;animation-play-state:running;animation-fill-mode:forwards;/* Safari and Chrome: */-webkit-border-radius:10px;-webkit-transition:all 5s ease-in-out-webkit-transform:rotate(720deg) scale(2,2);-webkit-animation:mylasting1;-webkit-animation-delay:2s;-webkit-animation-duration:5s;-webkit-animation-play-state:running;-webkit-animation-fill-mode:forwards;}@keyframes mylasting1{0%{top:550px;}25%{top:250px;left:100px;}50%{top:150px;left:50px;}100%{top:0px;left:0px;}}@-webkit-keyframes mylasting1{0%{top:550px;}25%{top:250px;left:100px;}50%{top:150px;left:50px;}100%{top:0px;left:0px;}}<div id="container1"><div id="showing1"></div></div>
查看完整描述

3 回答

?
慕尼黑8549860

TA貢獻(xiàn)1818條經(jīng)驗(yàn) 獲得超11個(gè)贊

你的代碼里面只有位置移動(dòng)的top,left。沒有寫旋轉(zhuǎn)的代碼。

在動(dòng)畫幀時(shí)加入rotate(角度)就可以旋轉(zhuǎn)并移動(dòng),可以參考下面代碼。

相關(guān)示例如下:


<style>.ani{animation:box 1s linear 0s infinite;width:100px;height:100px;background:green;border-radius:50%;}@keyframes box{0%   {transform:rotate(0deg)translate(0,0);}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)translate(-300px,0);}75%{transform:rotate(270deg);}100% {transform:rotate(360deg)translate(0,0);}}</style><div class="ani"></div>

CSS(層疊樣式表)級聯(lián)樣式表是一種用來表現(xiàn)HTML(標(biāo)準(zhǔn)通用標(biāo)記語言的一個(gè)應(yīng)用)或XML(標(biāo)準(zhǔn)通用標(biāo)記語言的一個(gè)子集)等文件樣式的計(jì)算機(jī)語言。


查看完整回答
反對 回復(fù) 2022-07-11
?
LEATH

TA貢獻(xiàn)1936條經(jīng)驗(yàn) 獲得超7個(gè)贊

你在這里面也沒設(shè)置讓他旋轉(zhuǎn)的代碼,肯定不會(huì)旋轉(zhuǎn)的
就是這句:-webkit-transform:rotate(720deg) scale(2,2);
@keyframes mylasting1
{
0%{top:550px; -webkit-transform:rotate(10deg) scale(2,2); transform:rotate(720deg) scale(2,2);}
25%{top:250px;left:100px; -webkit-transform:rotate(80deg) scale(2,2); transform:rotate(720deg) scale(2,2);}
50%{top:150px;left:50px; -webkit-transform:rotate(160deg) scale(2,2); transform:rotate(720deg) scale(2,2);}
100%{top:0px;left:0px; -webkit-transform:rotate(320deg) scale(2,2); transform:rotate(720deg) scale(2,2);}
}
@-webkit-keyframes mylasting1
{
0%{top:550px; -webkit-transform:rotate(10deg) scale(2,2);}
25%{top:250px;left:100px; -webkit-transform:rotate(80deg) scale(2,2);}
50%{top:150px;left:50px; -webkit-transform:rotate(160deg) scale(2,2);}
100%{top:0px;left:0px; -webkit-transform:rotate(320deg) scale(2,2);}
}


查看完整回答
反對 回復(fù) 2022-07-11
?
胡說叔叔

TA貢獻(xiàn)1804條經(jīng)驗(yàn) 獲得超8個(gè)贊

@keyframes mylasting1
{
0%{top:550px;}
25%{top:250px;left:100px;}
50%{top:150px;left:50px;}
100%{top:0px;left:0px;transform:rotate(720deg) scale(2,2);}

}

查看完整回答
反對 回復(fù) 2022-07-11
  • 3 回答
  • 0 關(guān)注
  • 167 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號