mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
no quiero AAA
This commit is contained in:
parent
6e54a6907b
commit
9f2e4225fc
@ -51,7 +51,15 @@ $dur: 15s;
|
|||||||
/* motion */
|
/* motion */
|
||||||
|
|
||||||
@keyframes gradient {
|
@keyframes gradient {
|
||||||
0% { background-position: 14% 0%; }
|
0% {
|
||||||
50% { background-position: 87% 100%; }
|
background-position: 14% 0%;
|
||||||
100% { background-position: 14% 0%; }
|
}
|
||||||
|
|
||||||
|
50% {
|
||||||
|
background-position: 87% 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
background-position: 14% 0%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user