このcssは、ホバー時に幅を80pxから120pxに変更します。
-webkit-transition: width .5s ease, color .5s ease, background .5s ease;
-moz-transition: width .5s ease, color .5s ease, background .5s ease;
-o-transition: width .5s ease, color .5s ease, background .5s ease;
transition: width .5s ease, color .5s ease, background .5s ease;
この問題が発生しています:
Chrome(Macでは24.0.1312.57)で、幅が80pxに戻ったとき。
この問題はSafariにはありません。
これは既知の問題ですか、それともこれを修正する方法はありますか?
mjohnst.comはウェブサイトです。