Commit 2b6cf0b1 authored by Chunchi Che's avatar Chunchi Che

change animation name

parent 470d9394
Pipeline #27139 passed with stages
in 13 minutes and 35 seconds
......@@ -107,10 +107,10 @@
background: var(--shadow-color) !important;
border-radius: 5px;
transform: translateZ(calc((var(--z)) * 1px + 0.1px));
animation: shadow-flow 2s infinite ease-in-out;
animation: shadow-fadding 2s infinite ease-in-out;
}
@keyframes shadow-flow {
@keyframes shadow-fadding {
0% {
box-shadow: 0 0 4px 0 var(--shadow-color), 0 0 25px 2px #0099ff87;
}
......
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