We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.1.4
I need the fade to be less fast, I need the time to change from one slide to another to be slower, so that the animation feels smooth
This is my code: ("speed" property does not work)
export default () => ({ Slider: null, init() { this.Slider = new Splide(this.$refs.carousel, { type: "fade", perPage: 1, pagination: true, arrows: true, transition : 'ease-in-out', }); this.Slider.mount(); const fadeElements = document.querySelectorAll('.splide__slide'); fadeElements.forEach(element => { element.style.transitionDuration = '4s'; }); }, });
No response
"speed" property does not work
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checks
Version
4.1.4
Description
I need the fade to be less fast, I need the time to change from one slide to another to be slower, so that the animation feels smooth
This is my code: ("speed" property does not work)
Reproduction Link
No response
Steps to Reproduce
"speed" property does not work
Expected Behaviour
I need the fade to be less fast, I need the time to change from one slide to another to be slower, so that the animation feels smooth
The text was updated successfully, but these errors were encountered: