Separating runtime from application code to improve building. Upgraded mooncore packages. Started switching to flyonui. Added PluginFramework plugin loading via mooncore
This commit is contained in:
9
Moonlight.Client.Runtime/Styles/additions/animations.css
Normal file
9
Moonlight.Client.Runtime/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