.grow { transition: all .2s ease-in-out; } .grow:hover { transform: scale(1.1); }. Now just add .grow as a class to any element and it will ...
確定! 回上一頁