Sport For Action – S4A

#rider {
margin-top: -50px;
float: right;
width: 100px;
height: 100px;
position: absolute;
right:0px;
-webkit-animation-name: ride_the_bar; /* Safari 4.0 – 8.0 */
-webkit-animation-duration: 4s; /* Safari 4.0 – 8.0 */
-webkit-animation-iteration-count: 2; /* Safari 4.0 – 8.0 */
-webkit-animation-direction: alternate; /* Safari 4.0 – 8.0 */
animation-name: ride_the_bar;
animation-duration: 4s;
animation-delay:5s;
animation-iteration-count: 1;
animation-direction: alternate;
}
/* Safari 4.0 – 8.0 */
@-webkit-keyframes ride_the_bar {
0% {right:0px; top:0px;transform: rotateY(35deg);}
50% {right:80%; top:-30px;transform: rotateY(50deg);}
100% {right:10%; top:0px;transform: rotateY(360deg);}
}
/* Standard syntax */
@keyframes ride_the_bar {
0% {right:0px; top:0px;transform: rotateY(35deg);
50% {right:80%; top:-10px;transform: rotateY(50deg);}
100% {right:10%; top:0px;transform: rotateY(180deg);}
}
@media (max-width: 49em){
#rider{
/*margin-top: -150px;*/
}
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{display:none;}

Showing 1–2 of 117 results