How to dynamically update swiper properties after it has been created #5175
-
I could not find anything in the documentation about how to modify the properties of an existing swiper instance after it has been instantiated. Is it possible? For instance, let's say I start with this:
and then I have some hypothetical UI that slows it down:
I tried adding a call to |
Beta Was this translation helpful? Give feedback.
Answered by
nolimits4web
Nov 10, 2021
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ajssd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
swiper.params.speed = 1000;