Hello,
I would want to put the effect 360 deg has the icon Font- awesome : http://prntscr.com/6vy6lm
I would want to put the effect 360 deg has the icon Font- awesome : http://prntscr.com/6vy6lm
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.item.control.like:before {
transform: scale(-1, 1);
}
.username .style3:before {
content: "\f005";
font-family: FontAwesome;
margin-right: 4px;
display: inline-block;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.username:hover .style3:before {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate360deg);
}
Please stop bumping we'll get to it when we can or you could use google. It's not a issue with a style so like I said we'll help when we can.
Ok...Please stop bumping we'll get to it when we can or you could use google. It's not a issue with a style so like I said we'll help when we can.
I just succeed, thank you, thank you very muchTry without your code, and only mine. It works perfectly fine on our board, it could be all of your transitions effecting it(which btw XenForo automatically outputs those browser specific ones for you)