Added fancy start page greeting
This commit is contained in:
9
Moonlight.Client/Styles/additions/animations.css
Normal file
9
Moonlight.Client/Styles/additions/animations.css
Normal file
@@ -0,0 +1,9 @@
|
||||
@keyframes shimmer {
|
||||
0% {
|
||||
background-position: 0 0
|
||||
}
|
||||
|
||||
to {
|
||||
background-position: -200% 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user