Add files via upload
This commit is contained in:
14
css/app.css
14
css/app.css
@@ -181,23 +181,9 @@ body {
|
||||
}
|
||||
|
||||
#chat .message.twitch.first-message > div .first-chatter {
|
||||
animation-name: wave-animation;
|
||||
animation-duration: 2.5s;
|
||||
animation-iteration-count: infinite;
|
||||
transform-origin: 70% 70%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@keyframes wave-animation {
|
||||
0% { transform: rotate( 0.0deg) }
|
||||
10% { transform: rotate(14.0deg) }
|
||||
20% { transform: rotate(-8.0deg) }
|
||||
30% { transform: rotate(14.0deg) }
|
||||
40% { transform: rotate(-4.0deg) }
|
||||
50% { transform: rotate(10.0deg) }
|
||||
60% { transform: rotate( 0.0deg) }
|
||||
100% { transform: rotate( 0.0deg) }
|
||||
}
|
||||
|
||||
#chat .message.twitch .platform { color: #a970ff; background: transparent !important; text-shadow: 0px 0px 0px #a970ff;}
|
||||
#chat .message.twitch .platform::after {
|
||||
|
Reference in New Issue
Block a user