chenxuan0000 / vue-seamless-scroll

:beginner:A simple, seamless scrolling for Vue.js vue无缝滚动component
https://chenxuan0000.github.io/vue-seamless-scroll/
MIT License
1.83k stars 332 forks source link

Cannot read property 'cancelAnimationFrame' of undefined #189

Open Jack-Aizelasi opened 3 years ago

Jack-Aizelasi commented 3 years ago

是不支持小程序码,小程序使用时报错,Cannot read property 'cancelAnimationFrame' of undefined,npm 安装

lvfangren commented 3 years ago

无法在小程序中使用。也许你可以找下相关的小程序组件。这个报错是 cancelAnimationFrame这个API在微信小程序里有单独实现。

Happier-X commented 8 months ago

无法在小程序中使用。也许你可以找下相关的小程序组件。这个报错是 cancelAnimationFrame这个API在微信小程序里有单独实现。

您好,我在uniapp中使用时遇到了同样的错误,我想请教一下,您是如何解决这个问题的,或者您有更好的组件推荐吗,十分感谢