Кроссбраузерная трансформация
-moz-transform: $transform; /* Для Firefox */
-ms-transform: $transform; /* Для IE */
-webkit-transform: $transform; /* Для Safari, Chrome, iOS */
-o-transform: $transform; /* Для Opera */
transform: $transform;
Кроссбраузерное поведение анимации
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .3s;
transition-duration: .3s;