From c9038d48e1c31840c4521d9d0d1d3fdcf9dad5be Mon Sep 17 00:00:00 2001 From: hdx Date: Fri, 2 Aug 2024 19:09:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(animationFrame):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=20requestAnimationFrame/cancelAnimationFrame?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pages.json b/pages.json index 5b3eb197..42855bfa 100644 --- a/pages.json +++ b/pages.json @@ -558,6 +558,18 @@ "navigationBarTitleText": "getEnterOptionsSync | 获取本次启动时的参数" } }, + { + "path": "pages/API/requestAnimationFrame/requestAnimationFrame", + "style": { + "navigationBarTitleText": "requestAnimationFrame | 请求帧动画队列" + } + }, + { + "path": "pages/API/cancelAnimationFrame/cancelAnimationFrame", + "style": { + "navigationBarTitleText": "cancelAnimationFrame | 取消已加入的帧动画队列" + } + }, { "path": "pages/API/navigator/navigator", "group": "1,2,0", @@ -2755,4 +2767,4 @@ ] } ] -} \ No newline at end of file +} -- GitLab