|
@@ -397,6 +397,14 @@ background-color:#009688;
|
|
|
top: 3rem;
|
|
|
background:url(../img/vs.png) no-repeat bottom;
|
|
|
background-size: 100%;
|
|
|
+ -webkit-animation-name: flip;
|
|
|
+ animation-name:flip;
|
|
|
+ -webkit-animation-duration: 1s;
|
|
|
+ animation-duration: 1s;
|
|
|
+ -webkit-animation-fill-mode:both;
|
|
|
+ animation-fill-mode:both;
|
|
|
+ -webkit-animation-iteration-count: 1;
|
|
|
+ animation-iteration-count:1;
|
|
|
}
|
|
|
.vsmov .cov1{
|
|
|
-webkit-animation-name: bounceInLeft;
|