Commit c8152813 authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Move the animations over... missed it.

parent bfef99cd
......@@ -254,4 +254,14 @@ a {
left: 230px;
height: 10px;
}
}
@keyframes blockTextShine {
0% {
transform: translateX(-468px);
}
100% {
transform: translateX(468px);
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment