How can I put animations to admin name

CarlosPicho

Member
Registered
Joined
Oct 15, 2020
Messages
18
Points
13

Reputation:

Example

Screenshot_42.png

Screenshot_41.png
 

naive

Member
Registered
Joined
Aug 8, 2023
Messages
22
Points
3

Reputation:

Highlight the usernames -> Inspect element and copy the CSS code:
2Ipx2RE.png


And then go to your ACP -> User groups and add the CSS to Username CSS:
2245a189-4e61-4861-81cb-f82e5a822fc3.png
 
View previous replies…

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
600
Points
103

Reputation:

CarlosPicho

Member
Registered
Joined
Oct 15, 2020
Messages
18
Points
13

Reputation:

CarlosPicho

Member
Registered
Joined
Oct 15, 2020
Messages
18
Points
13

Reputation:

View previous replies…

CarlosPicho

Member
Registered
Joined
Oct 15, 2020
Messages
18
Points
13

Reputation:

View attachment 36346

I feel very grateful to you thank you very much it worked for me, where can I leave a review for helping me
CarlosPichoExcuse me help me with this I appreciate it

Screenshot_52.png


URL: https://cracked .io/RealPsycho

.superior_rank {
  1. position: relative;
  2. background: linear-gradient(

    123deg
    ,#008cff 0%,#00d5ff 20%,#064fa2 27%,#0065d9 35%,#b5fffe 49%,#d4ecff 57%,#00d5ff 68%,#008cff 78%,#00d5ff 92%,#008cff 100%),url(https://static.cracked.io/images/thunder_rank.gif);
  3. -webkit-text-fill-color: transparent;
  4. -webkit-background-clip: text,border-box;
  5. letter-spacing: .02em;
  6. font-weight: 700;
  7. border-bottom:
    0.1em
    dotted;
  8. animation: SuperiorRankAnimate 4s linear infinite;
  9. background-size: 300%,
    12em

    6em
    ;
}
 

naive

Member
Registered
Joined
Aug 8, 2023
Messages
22
Points
3

Reputation:

Excuse me help me with this I appreciate it

View attachment 36348

URL: https://cracked .io/RealPsycho

.superior_rank {
  1. position: relative;
  2. background: linear-gradient(

    123deg
    ,#008cff 0%,#00d5ff 20%,#064fa2 27%,#0065d9 35%,#b5fffe 49%,#d4ecff 57%,#00d5ff 68%,#008cff 78%,#00d5ff 92%,#008cff 100%),url(https://static.cracked.io/images/thunder_rank.gif);
  3. -webkit-text-fill-color: transparent;
  4. -webkit-background-clip: text,border-box;
  5. letter-spacing: .02em;
  6. font-weight: 700;
  7. border-bottom:
    0.1em
    dotted;
  8. animation: SuperiorRankAnimate 4s linear infinite;
  9. background-size: 300%,
    12em

    6em
    ;
}
CarlosPichoAdd following Username CSS on desired group:

Code:
position: relative;
background: linear-gradient(123deg,#008cff 0%,#00d5ff 20%,#064fa2 27%,#0065d9 35%,#b5fffe 49%,#d4ecff 57%,#00d5ff 68%,#008cff 78%,#00d5ff 92%,#008cff 100%),url(https://static.cracked.io/images/thunder_rank.gif);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text,border-box;
letter-spacing: .02em;
font-weight: 700;
border-bottom: 0.1em dotted;
animation: animate 4s linear infinite;
 background-size: 300%,12em 6em;

And add following to extra.less:

Code:
@keyframes animate {
0% {
    color: #006bff;
    text-shadow: 0px 0px 15px #006bff;
    background-position: 0% 0%,0%;
    -webkit-filter: hue-rotate(0deg);
}
50% {
    color: #00d5ff;
    text-shadow: 0px 0px 5px #56c5ff59, 0px 0px 30px #00d5ff;
    -webkit-filter: hue-rotate(20deg);
}
100% {
    color: #006bff;
    text-shadow: 0px 0px 15px #006bff;
    background-position: 300% 0%,0%;
    -webkit-filter: hue-rotate(0deg);
    }
}
 

CarlosPicho

Member
Registered
Joined
Oct 15, 2020
Messages
18
Points
13

Reputation:

Add following Username CSS on desired group:

Code:
position: relative;
background: linear-gradient(123deg,#008cff 0%,#00d5ff 20%,#064fa2 27%,#0065d9 35%,#b5fffe 49%,#d4ecff 57%,#00d5ff 68%,#008cff 78%,#00d5ff 92%,#008cff 100%),url(https://static.cracked.io/images/thunder_rank.gif);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text,border-box;
letter-spacing: .02em;
font-weight: 700;
border-bottom: 0.1em dotted;
animation: animate 4s linear infinite;
 background-size: 300%,12em 6em;

And add following to extra.less:

Code:
@keyframes animate {
0% {
    color: #006bff;
    text-shadow: 0px 0px 15px #006bff;
    background-position: 0% 0%,0%;
    -webkit-filter: hue-rotate(0deg);
}
50% {
    color: #00d5ff;
    text-shadow: 0px 0px 5px #56c5ff59, 0px 0px 30px #00d5ff;
    -webkit-filter: hue-rotate(20deg);
}
100% {
    color: #006bff;
    text-shadow: 0px 0px 15px #006bff;
    background-position: 300% 0%,0%;
    -webkit-filter: hue-rotate(0deg);
    }
}
naiveThanks bro it worked for me ♥ Binance has to send $1
 
Top