Browse Source

Fixup @keyframes.

pull/177/head
Evan Theurer 11 years ago
parent
commit
2fc0778e78
  1. 14
      src/styles/components/_bar.scss
  2. 2
      src/styles/components/_chat.scss

14
src/styles/components/_bar.scss

@ -199,30 +199,16 @@ @@ -199,30 +199,16 @@
@keyframes shakeityeah {
0% { transform: translate(2px, 1px) rotate(0deg); }
2% { transform: translate(-1px, -2px) rotate(-1deg); }
4% { transform: translate(-3px, 0) rotate(1deg); }
4% { transform: translate(-3px, 0) rotate(1deg); }
8% { transform: translate(0, 2px) rotate(0deg); }
8% { transform: translate(0, 2px) rotate(0deg); }
10% { transform: translate(1px, -1px) rotate(1deg); }
12% { transform: translate(-1px, 2px) rotate(-1deg); }
14% { transform: translate(-3px, 1px) rotate(0deg); }
16% { transform: translate(2px, 1px) rotate(-1deg); }
18% { transform: translate(-1px, -1px) rotate(1deg); }
20% { transform: translate(2px, 2px) rotate(0deg); }
22% { transform: translate(1px, -2px) rotate(-1deg); }
24% { transform: translate(0, 0) rotate(0deg); }
24% { transform: translate(0, 0) rotate(0deg); }
}

2
src/styles/components/_chat.scss

@ -557,9 +557,7 @@ @@ -557,9 +557,7 @@
@keyframes newmessage {
0% {background-color: $actioncolor1;}
50% {background-color: $componentbg;}
100% {background-color: $actioncolor1;}
}

Loading…
Cancel
Save