Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/swiper-navigation-forked-slrjkk
Bug description
Spacing becomes broken when slide's transition properties are set to a variable that is not defined during load.
How to reproduce:
- Set
spaceBetween
- Set slide's
transition CSS property to any variable, for example var(--animation)
- Make sure that variable is not immediately defined. It may be defined later on in a separate
<style> block. (see the attached reproduction link)
- Scroll the slider to the end and notice that spacing is broken. (you will see what I mean)
Expected Behavior
Actual Behavior
Swiper version
12.0.3
Platform/Target and Browser Versions
Any browser
Validations
Would you like to open a PR for this bug?