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

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

nth-child(an+b):hover 不適用于 CSS 動(dòng)畫(huà)?

nth-child(an+b):hover 不適用于 CSS 動(dòng)畫(huà)?

Go
UYOU 2023-08-21 16:37:09
如何讓矩形在懸停時(shí)改變顏色?我嘗試了#svg rect:nth-child(an+b):hover語(yǔ)法,但它不起作用。我嘗試刪除它,animation-play-state:paused;但它不起作用。我嘗試使用background:代替,fill:但它不起作用。#svg rect {  --animation-delay: 0.1s;  animation: ani 1.8s linear infinite var(--animation-delay);}#svg rect:hover {  animation-play-state: paused; /*/ Removing this does not work /*/  fill:#000; /*/ This is not working /*/} #svg rect:nth-child(2) { --animation-delay: 0.2s; }#svg rect:nth-child(3) { --animation-delay: 0.3s; }#svg rect:nth-child(4) { --animation-delay: 0.4s; }#svg rect:nth-child(5) { --animation-delay: 0.5s; }#svg rect:nth-child(2):hover { fill:#000; } /*/ This is not working too /*/ #svg rect:nth-child(3):hover { background:#fff; } /*/ This is not working too /*/ @keyframes ani {  0% {    fill: #0057B8;  }  20% {    fill: #F11E4A;  }  40% {    fill: #F8A527;  }  60% {    fill: #266D7F;  }  80% {    fill: #82A;  }  100% {    fill: #0057B8;  }}<svg id="svg" width="401" height="275" viewBox="0 0 401 275" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="401" height="275" fill="white"/><rect x="50" y="91" width="57" height="57" fill="#C4C4C4"/><rect x="118" y="91" width="57" height="57" fill="#C4C4C4"/><rect x="186" y="91" width="57" height="57" fill="#C4C4C4"/><rect x="254" y="91" width="57" height="57" fill="#C4C4C4"/></svg>
查看完整描述

1 回答

?
波斯汪

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

您必須刪除動(dòng)畫(huà),而不僅僅是暫停它來(lái)更改懸停時(shí)的填充。


因此,您必須更換


#svg rect:hover {

  animation-play-state: paused; 

  fill:#000; 

經(jīng)過(guò)


#svg rect:hover {

  animation: none; 

  fill:#000; 


查看完整回答
反對(duì) 回復(fù) 2023-08-21
  • 1 回答
  • 0 關(guān)注
  • 226 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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