swiper
swiper copied to clipboard
crossFade transition mode
Clear and concise description of the problem
Currently, it's in-out, meaning that the new slide start fading-in immediately when the previous slide start fading-out.
Suggested solution
It would be nice to have a mode out-in like in Vue <Transition> API where the previous slide is fading-out completely before new new slide start fading-in.
Ref: https://vuejs.org/guide/built-ins/transition#transition-modes
Alternative
No response
Additional context
No response
Validations
- [x] Follow our Code of Conduct
- [x] Read the docs.
- [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Would you like to open a PR for this feature?
- [ ] I'm willing to open a PR
t0ggles-create swiper