Michaelgen

username id olan kisimda
en alt solda 319 yazıyor yani biz kaç ise ona gore ayarlıcaz.

en alt solda 319 yazıyor yani biz kaç ise ona gore ayarlıcaz.
Kod:
.username[data-user-id="1"] span {
-webkit-animation:s-username 4s linear infinite;
-moz-animation:s-username 4s linear infinite;
-ms-animation:s-username 4s linear infinite;
-o-animation:s-username 4s linear infinite;
animation:s-username 4s linear infinite;
}
@-moz-keyframes s-username {
0% { color: #FF1919; }
15% { color: #E019FF; }
30% { color: #4F19FF; }
45% { color: #19A7FF; }
60% { color: #19FFDC; }
75% { color: #65FF19; }
90% { color: #FFE019; }
}
@-webkit-keyframes s-username {
0% { color: #FF1919; }
15% { color: #E019FF; }
30% { color: #4F19FF; }
45% { color: #19A7FF; }
60% { color: #19FFDC; }
75% { color: #65FF19; }
90% { color: #FFE019; }
}