keen-slider icon indicating copy to clipboard operation
keen-slider copied to clipboard

Where can get ANSWERS please

Open Learning-X opened this issue 2 years ago • 6 comments

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.

Learning-X avatar Feb 07 '23 20:02 Learning-X

Is there anyone out there??

Learning-X avatar Feb 09 '23 17:02 Learning-X

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."

slavanossar avatar Feb 10 '23 03:02 slavanossar

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!

Learning-X avatar Feb 10 '23 15:02 Learning-X

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.

Learning-X avatar Feb 11 '23 20:02 Learning-X

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.

slavanossar avatar Feb 12 '23 03:02 slavanossar

Thank you very much! @slavanossar

Learning-X avatar Feb 12 '23 12:02 Learning-X