-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Open
Labels
Description
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
- Follow our Code of Conduct
- Read the docs.
- 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