akiran/react-slick

waitForAnimate={false} not working as expected

Open

#1.415 aberto em 31 de out. de 2018

Ver no GitHub
 (2 comments) (12 reactions) (0 assignees)JavaScript (2.109 forks)batch import
good first issue

Métricas do repositório

Stars
 (11.386 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

When setting waitForAnimate to false I want to be able to swipe through the next slide, before the animation finishes. The animation currently doesn't seem to change any behaviour of swiping and animating.

This is important for mobile when you want the user to have a smooth swiping experience that's as fast as possible.

Sandbox: https://3vvzvzl325.codesandbox.io/ (Just swipe very fast through the slides and you'll notice you always have to wait for the current slide animation to finish until you can swipe to the next one)

Guia do colaborador