keen-slider
keen-slider copied to clipboard
Where can get ANSWERS please
If someone read this and do not have time to answer, please forward this to someone who can take the time please :)
After reading the docs, I do not know how to change the transition speed between the slides without interfering with the setTimeout? Also, how do we change the effect as well? Is there any community or place to have answers regarding this wonderful slider?
I just found out not too long ago, and I personally think it's the best simple slider I've used so far. THANK YOU.
Is there anyone out there??
defaultAnimation
property lets you set duration
and an easing
function for moving between slides. Not sure what you mean by "change the effect".
Also just some friendly advice for getting good answers to questions/problems you are having in the future:
- Use a descriptive title, e.g.
"How do I change transition speed?"
- Keep your question brief and to the point, e.g.
"I am having trouble with setting the transition speed between slides, I tried reading the docs but couldn't see anything about it."
First, thank you so much and next time I will make sure to adjust questions in the right way. As for the "change the effect", I mean animation type like dissolve and things like this. How can I customize the keyframe & animation, and add it to keen-slider?
Last, any tips if we would like to add this kind of animation like shown on this page (https://splidejs.com/premium/) while transitioning between slides? Again, thank you, I appreciate that you took the time!
First, thank you so much and next time I will make sure to adjust questions in the right way. As for the "change the effect", I mean animation type like dissolve and things like this. How can I customize the keyframe & animation, and add it to keen-slider?
Last, any tips if we would like to add this kind of animation like shown on this page (https://splidejs.com/premium/) while transitioning between slides? Again, thank you, I appreciate that you took the time!
Would be great, if you could guide me. Thank you.
This library doesn't have built-in effects, but it's set up so that you can hook into events and change the default sliding effect. See the Fader
example for how to hook into the detailsChanged
event.
To recreate those effects you linked to, you'll need to learn about WebGL and shaders, this Codrops article is a good starting point.
Thank you very much! @slavanossar