From 6c95229713afd4b8f047901e787047902c723f06 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 2 Aug 2024 16:35:36 +0800 Subject: [PATCH] chore: api animation-frame --- docs/api/animation-frame.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/api/animation-frame.md diff --git a/docs/api/animation-frame.md b/docs/api/animation-frame.md new file mode 100644 index 00000000..ad882473 --- /dev/null +++ b/docs/api/animation-frame.md @@ -0,0 +1,33 @@ +## uni.requestAnimationFrame(callback) @requestanimationframe + + + + + + + + + + + + + +## uni.cancelAnimationFrame(taskId) @cancelanimationframe + + + + + + + + + + + + + + + + + + \ No newline at end of file -- GitLab