CSS Transition Bytme

?
example-filename.php
1
2
3
4
5
6
7
8
.uyg2:hover
{
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
}
Lord Murat