xF2 Template Modification Rainbow User Titles (Super Smooth Animation)

guclusat

Tanınmış Üye
Süper Moderatör
Demo: https://streamable.com/9hv6x2

With this guide, you can have fully smooth animated user titles in your forum, and maybe sell them with forum credits or with real money.

Copy the related code and paste it into your extra.less template.

Kod:
.randcl{
    color: gold;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-animation: randclanim 2s infinite linear;

    font-weight: bold;

}

@keyframes randclanim{
   from {
      -webkit-filter: hue-rotate(0deg);
    }

    to {
      -webkit-filter: hue-rotate(360deg);
    }
}

After then, https://uydudoktoru.com/threads/xf2-add-on-html-usertitles-0-0-2.32111/ download and install this addon to your forum.

Later then, edit your profile in admincp.
 
Geri
Yukarı