mirror of
https://github.com/openharmony/third_party_jsframework.git
synced 2026-07-16 09:04:29 -04:00
add ohos.animator api create function
Signed-off-by: zhaoxinyu <zhaoxinyu20@huawei.com> Change-Id: Idade982a526dc2a04b9278295d178c9ac8cd1bfe
This commit is contained in:
@@ -102,7 +102,7 @@ const ModulesInfo: Record<string, string[]>[] = [
|
||||
{'system.mediaquery': ['addListener', 'getDeviceType']},
|
||||
{'animation': ['requestAnimationFrame', 'cancelAnimationFrame']},
|
||||
{'system.resource': ['readText']},
|
||||
{'ohos.animator': ['createAnimator']}
|
||||
{'ohos.animator': ['createAnimator', 'create']}
|
||||
];
|
||||
|
||||
type components<T> = {
|
||||
|
||||
Reference in New Issue
Block a user