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.
CSS3 を使用してフェードアウトするが、インしないようにするにはどうすればよいですか。遷移。私はそれが単純であることを知っていますが、まだ理解できていません。
クラスがある要素とない要素の遷移時間を指定します。
.el { background: red; -webkit-transition: background .5s; } .el.hover { background: blue; -webkit-transition: 0; }