我正在嘗試製作某種動畫,並且希望它不發生:hover:active或任何其他事件。我希望它在2秒的頁面加載後發生。實際上,我希望物體從無形的地方進入場景(可見區域)。有沒有做這件事?有沒有辦法在沒有事件的情況下啓動轉換
#scene {width:650px;height:300px;border:1px solid black;background-color:#FAFAFA;margin:0 auto;}
#sca {transition: background 2s;width:271px;height:180px;background: url(http://img521.imageshack.us/img521/7913/123hc.png) no-repeat;display:block;position:relative;right:300px; opacity:0.5;
transition: opacity 2s;
-moz-transition: opacity 2s; /* Firefox 4 */
-webkit-transition: opacity 2s; /* Safari and Chrome */
-o-transition: opacity 2s; /* Opera */
transition-delay: 2s;
-webkit-transition-delay: 2s;
}
#sca:hover {opacity:1; }
謝謝!這是有幫助的 – Extelliqent
如果它最終解決了問題,請將其標記爲答案,它可以幫助我解決問題,並解決您遇到同樣問題的人! – Vap0r
請添加一些代碼,您的鏈接正在慢慢死去。切勿將鏈接發佈到其他頁面。謝謝。 –