Upd support

commit_hash:6045d5cf8fa896214ea6f028fad1b1320d1e4c77
This commit is contained in:
4eb0da
2024-12-02 12:38:41 +03:00
parent e2af5673cc
commit 2add6eaf8a
2 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -42,7 +42,11 @@
"$description": "translations.json#/div_action_animator_start_end_value"
}
},
"platforms": [],
"platforms": [
"ios",
"android",
"web"
],
"required": [
"type",
"animator_id"
+5 -1
View File
@@ -13,7 +13,11 @@
"$description": "translations.json#/div_action_animator_stop_animator_id"
}
},
"platforms": [],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"animator_id"