mirror of https://github.com/buster-so/buster.git
Update animation to use css vars
This commit is contained in:
parent
1f4ceea012
commit
ffc255c5d6
|
@ -52,12 +52,12 @@
|
|||
|
||||
@keyframes buster-colorTransition {
|
||||
from {
|
||||
color: red;
|
||||
color: var(--buster-color-from, var(--color-primary));
|
||||
}
|
||||
to {
|
||||
color: black;
|
||||
color: var(--buster-color-to, var(--color-foreground));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes buster-rotateIn {
|
||||
from {
|
||||
|
|
Loading…
Reference in New Issue