mirror of
https://github.com/openharmony/third_party_jsframework.git
synced 2026-07-21 01:45:24 -04:00
!707 修改ohos.animator接口,新增create
Merge pull request !707 from zhaoxinyu/apierror
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