animation-frame.md 1.0 KB
Newer Older
D
DCloud_LXH 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
## uni.requestAnimationFrame(callback) @requestanimationframe

<!-- UTSAPIJSON.requestAnimationFrame.description -->

<!-- UTSAPIJSON.requestAnimationFrame.compatibility -->

<!-- UTSAPIJSON.requestAnimationFrame.param -->

<!-- UTSAPIJSON.requestAnimationFrame.returnValue -->

<!-- UTSAPIJSON.requestAnimationFrame.example -->

<!-- UTSAPIJSON.requestAnimationFrame.tutorial -->

## uni.cancelAnimationFrame(taskId) @cancelanimationframe

<!-- UTSAPIJSON.cancelAnimationFrame.description -->

<!-- UTSAPIJSON.cancelAnimationFrame.compatibility -->

<!-- UTSAPIJSON.cancelAnimationFrame.param -->

<!-- UTSAPIJSON.cancelAnimationFrame.returnValue -->

<!-- UTSAPIJSON.cancelAnimationFrame.example -->

<!-- UTSAPIJSON.cancelAnimationFrame.tutorial -->

<!-- UTSAPIJSON.animationFrame.example -->

<!-- UTSAPIJSON.general_type.name -->

H
hdx 已提交
33 34 35 36 37 38 39
<!-- UTSAPIJSON.general_type.param -->


**提示**

- `uni.requestAnimationFrame` 替代 web 平台的 `requestAnimationFrame`
- `uni.cancelAnimationFrame` 替代 web 平台的 `cancelAnimationFrame`