Login Register


Gold [CSS]: Animated Usernames (Color-Shift) filter_list
Author
Message
[CSS]: Animated Usernames (Color-Shift) #1
this script is super simple, it allows the user to have its name have a simple & customisable color shifting animation on their username

Requirements:
|- CSS Injector

to apply it to your username, you will just need to replace %url% by the url of your profile
(example: https://sinister.ly/User-miso)
you also can change the colors in the script, the speed & percentages
v1.0
Spoiler:
Preview:
[Image: YOOO.gif]
[Image: yoo.gif]

Script:
Code:
@-webkit-keyframes color-change {     0% { color: #FF0099; }     50% { color: #33FFFF; }     100% { color: #FF0099; } } a[href^="%url%"] span {   Animation-name : color-change;   Animation-duration : 3s;   Animation-iteration-count : infinite; }

v1.1:

Changes:
- Shadow color is now also animated

Preview:
[Image: temp.gif]
[Image: temp.gif]

Code:
@-webkit-keyframes color-change { 0% { color: #000000; text-shadow: 0 0 5px #000000;} 50% { color: #FFFFFF; text-shadow: 0 0 5px #FFFFFF;} 100% { color: #000000; text-shadow: 0 0 5px #000000;} } a[href^="%url%"] span { Animation-name : color-change; Animation-duration : 3s; Animation-iteration-count : infinite; }
(This post was last modified: 06-07-2020, 08:43 PM by miso.)
RIP the pizza king
[Image: 3.0]

all of my contact info is on my Github Profile

Reply

RE: [CSS]: Animated Usernames (Color-Shift) #2
Nice post thx for sharing

[+] 1 user Likes CodrutAlex's post
Reply

RE: [CSS]: Animated Usernames (Color-Shift) #3
v1.1 Update
- Shadow color is now also animated
RIP the pizza king
[Image: 3.0]

all of my contact info is on my Github Profile

Reply







Users browsing this thread: