26 lines
369 B
Plaintext
26 lines
369 B
Plaintext
{
|
|
"base": {
|
|
"animation": {
|
|
"duration": "0.2s",
|
|
"timingFunction": "ease",
|
|
"keyframes": {
|
|
"0%": {},
|
|
"100%": {}
|
|
}
|
|
}
|
|
},
|
|
"variants": [
|
|
{
|
|
"pseudo": "hover",
|
|
"style": {
|
|
"cursor": "pointer"
|
|
}
|
|
},
|
|
{
|
|
"pseudo": "active",
|
|
"style": {
|
|
"opacity": "0.44"
|
|
}
|
|
}
|
|
]
|
|
} |