17 lines
322 B
Plaintext
17 lines
322 B
Plaintext
{
|
|
"base": {
|
|
"animation": {
|
|
"delay": "2s",
|
|
"direction": "normal",
|
|
"timingFunction": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
|
|
"keyframes": {
|
|
"0%": {
|
|
"backgroundColor": "#00FF03"
|
|
},
|
|
"100%": {
|
|
"backgroundColor": "#0510FF"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |