Perspective icon indicating copy to clipboard operation
Perspective copied to clipboard

🖼Parallax scrolling effect. And more.

Results 4 Perspective issues
Sort by recently updated
recently updated
newest added

为了实现一个传入数组轮播后消失的效果,我编写了如下代码: const welcomeMsg = [ { id: '0', msg: 'Hello' }, { id: '1', msg: '你好' }, { id: '3', msg: '在这里xxx的主页' } ] const num = 4 // const...

how do use this?

As far as I can see, this library doesn't makes use of native scrolling and do not supports touch.