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.
すべてのブラウザーで実行されるモバイル Web サイトでこれを実現する方法についてアドバイスをいただき、ありがとうございます。
css 3d 変換を使用できます
何かのようなもの
input { width: 280px; -webkit-transition: width 1s ease; -moz-transition: width 1s ease; -o-transition: width 1s ease; -ms-transition: width 1s ease; transition: width 1s ease; } input:focus { width: 340px; }