Skip to content

Commit

Permalink
updated runeaudio scss to bump keyframes outside of the title-marquee
Browse files Browse the repository at this point in the history
  • Loading branch information
mrquatsch committed Feb 26, 2018
1 parent a0963e5 commit 4917d8e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions resources/assets/sass/_rune.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
transform: translate(0, 0);
animation: marquee 8s linear;
}
@keyframes marquee {
0% { transform: translate(0, 0); }
20% { transform: translate(0, 0); }
95% { transform: translate(-200%, 0); }
100% { transform: translate(-200%, 0); }
}
}

@keyframes marquee {
0% { transform: translate(0, 0); }
20% { transform: translate(0, 0); }
95% { transform: translate(-200%, 0); }
100% { transform: translate(-200%, 0); }
}

0 comments on commit 4917d8e

Please sign in to comment.