Это то, что я сделал до сих пор: < /p>
"
Код: Выделить всё
div {
background: tomato;
width: 100px;
height: 100px;
margin-bottom: 10px;
transition: transform 0.3s ease-in;
transform-origin: top left;
}
div:hover {
transform: scale3d(5);
}< /code>
demo
Подробнее здесь: https://stackoverflow.com/questions/297 ... nce-effect
Мобильная версия