akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.77k stars 2.1k forks source link

lost frame when sliding to next picture in wechat browser #1584

Open happylindz opened 5 years ago

happylindz commented 5 years ago

thanks to provide the nice component.
I got a problem when using react-slick in the wechat browser.
here is my code: https://codesandbox.io/s/react-slick-playground-e51q7
I run it nice in chrome or safari, but have something wrong in the browser of wechat.
here is a screenshot: could you do me a favor and how to solve this problem.

YIZHUANG commented 5 years ago

要不你试试我自己写的一个Carousel, 看看有没这个问题?我很好奇。 https://github.com/YIZHUANG/react-multi-carousel

happylindz commented 5 years ago

@YIZHUANG thanks, it seems that useTransform will make the mistake. I set it to false and everything work fine.