Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
要素があり、ホバー状態で変更したいとします。
クラスを使用すると、次のPseudoようになります。
Pseudo
#element:before { background-position: 0px -50px; } #element:hover:before { background-position: -50px -50px; }
jQueryanimation関数を実装できますか? または、その移行の時間を計ることができますか?
animation
使え.prev()ますか?
.prev()
$(".block").prev().animate();
例: http://jsfiddle.net/charlescarver/EkW4z/