-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
waitForAnimate and fade bug #607
Comments
I can adjust it, but why have a 4 second fade duration? What would you like to see happen? The current animation stop and reverse course? |
We want it to fade smooth not 'hard'. Thank you. |
There really isn't a good way to make this work |
sasensi
added a commit
to sasensi/slick
that referenced
this issue
May 4, 2020
This makes sure that when multiple animations are triggered in a row, only the last callback is executed. Closes kenwheeler#607 kenwheeler#1737 kenwheeler#2401
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
me again.
I've found a new bug with your new feature waitForAnimate and slow fading.
If you fast click (multiple times) the dots before the animation is complete it sometimes jumps and not fades: http://jsfiddle.net/nveu9z8w/2/ (just click the dots a few times fast)
It seems that the fadings are queued and so happens that sometime all slides are about to fade out and you only see the background-color.
Could you please check this?
Thank you,
Pomm0
The text was updated successfully, but these errors were encountered: