Version: 1.3.42

Taro.pageScrollTo(param)

将页面滚动到目标位置。

使用方式同 wx.pageScrollTo,支持 Promise 化使用。

参数

object param

PropertyTypeDefaultDescription
scrollTop
number
滚动到页面的目标位置,单位 px
[duration]
number
300
滚动动画的时长,单位 ms
[success]
function
接口调用成功的回调函数
[fail]
function
接口调用失败的回调函数
[complete]
function
接口调用结束的回调函数(调用成功、失败都会执行)

示例代码

import Taro from '@tarojs/taro'
Taro.pageScrollTo(params).then(...)

API支持度

API微信小程序H5React Native
Taro.pageScrollTo✔️✔️