Files
divkit/schema/div-animation-direction.json
gulevsky 8ed5b4187d schema for variable animators
6ddae2315846344a5af24f24fff40590857ef83b
2024-08-29 16:33:23 +03:00

10 lines
110 B
JSON

{
"type": "string",
"enum": [
"normal",
"reverse",
"alternate",
"alternate_reverse"
]
}