prefix to the experimental styles for WebKit (Safari and Chrome)
* {
-webkit-transition: all 0.1s linear;
}
prefix to the experimental styles for Mozilla (Firefox)
* {
-moz-transition: all 0.1s linear
}
prefix to the experimental styles for Mircosoft (Internet Explorer and Edge)
* {
-ms-transition: all 0.1s linear
}