Код: Выделить всё
svg {
transition: 2s;
transform: matrix(3,2,-2,3,0,0);
}
Подробнее здесь: https://stackoverflow.com/questions/782 ... h-animated
Код: Выделить всё
svg {
transition: 2s;
transform: matrix(3,2,-2,3,0,0);
}