https://codepen.io/codeispoetry/pen/dRKKEY背景顏色過渡W/O JQuery的
.back {
margin: 20px;
padding: 100px;
background: yellow;
font-size: 30px;
}
<div class="back">
Fun place to stay. We got a golf cart to see the rest of the island, but the house is well-equipped and comfortable. Vanessa was kind to pick us up and make golf cart rental arrangements. We were here on our honeymoon, it was perfect for a memorable trip!
Hosts easily available
</div>
我想要的黃色背景應該隨着時間而改變,以黃,但我想通過CSS做的第i個。在StackOverflow上有足夠的解決方案可以與Jquery一起使用,但是我們可以通過CSS來實現這一點,以便它可以在所有瀏覽器上運行。
https://www.w3schools.com/css/css3_animations.asp我試過了,但它回滾到原來的顏色。如何使顏色永久後。
請給一個鏡頭的CSS動畫。你不能僅僅提出一個問題而不提供你已經嘗試過的代碼。試試css動畫,如果您遇到任何問題,請在此處發佈您的代碼。謝謝。 – viCky
如果我知道代碼,我不會發布問題先生。 – somethingnow
你想讓黃色背景隨着時間的推移變黃?在我看來,這已經發生了 –