Support Name with the animation

Solution
Code:
.username--style16:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f4ba";
    padding-right: 1px;
    display: inline-block;
}
.username--style16:hover:before{
display:inline-block;
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);
transition:all 0.8s;
-webkit-transition:all 0.8s;
-moz-transition:all 0.8s;
-ms-transition:all 0.8s;
-o-transition:all 0.8s
}

Debbie

Registered
Code:
.username--style16:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f4ba";
    padding-right: 1px;
    display: inline-block;
}
.username--style16:hover:before{
display:inline-block;
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);
transition:all 0.8s;
-webkit-transition:all 0.8s;
-moz-transition:all 0.8s;
-ms-transition:all 0.8s;
-o-transition:all 0.8s
}
 
Solution

binkaddas1@

Registered
Thank you Sir, and sorry to aske you again
really i try to change it but i don't know, if i need to change admin gorup
what shoud change in the below
.username--style16:before {
 
  • Tags
    name with the animation support name with the animation xenforo name with the animation
  • Back
    Top Bottom