提交 c9038d48 编写于 作者: H hdx

feat(animationFrame): 新增页面 requestAnimationFrame/cancelAnimationFrame

上级 b04647ff
...@@ -558,6 +558,18 @@ ...@@ -558,6 +558,18 @@
"navigationBarTitleText": "getEnterOptionsSync | 获取本次启动时的参数" "navigationBarTitleText": "getEnterOptionsSync | 获取本次启动时的参数"
} }
}, },
{
"path": "pages/API/requestAnimationFrame/requestAnimationFrame",
"style": {
"navigationBarTitleText": "requestAnimationFrame | 请求帧动画队列"
}
},
{
"path": "pages/API/cancelAnimationFrame/cancelAnimationFrame",
"style": {
"navigationBarTitleText": "cancelAnimationFrame | 取消已加入的帧动画队列"
}
},
{ {
"path": "pages/API/navigator/navigator", "path": "pages/API/navigator/navigator",
"group": "1,2,0", "group": "1,2,0",
...@@ -2755,4 +2767,4 @@ ...@@ -2755,4 +2767,4 @@
] ]
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册