Files
divkit/schema/div-animation-interpolator.json
man-y 7f00e3b5aa Mark supported features of Flutter
e5a6a0f23d3e399f39c492c585359ca1666ccddf
2024-05-14 11:19:28 +03:00

18 lines
254 B
JSON

{
"type": "string",
"enum": [
"linear",
"ease",
"ease_in",
"ease_out",
"ease_in_out",
"spring"
],
"$description": "translations.json#/div_animation_interpolator",
"platforms": [
"android",
"ios",
"web"
]
}