Skip to content
New issue

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

Allow setting a destroy delay #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

doutatsu
Copy link

Related Issues

Fixes #80

Description

Destroying a carousel can appear as a visual bug in certain situations, due to transitions and the like. By providing an ability to delay the carousel destroy, users can wait for whatever is interfering to finish its work and then destroy the carousel.

Destroying a carousel can appear as a visual bug in certain
situations, due to transitions and the likes. By providing
an ability to delay carousel destroy, users can wait for
whatever is interfering to finish it's work and then destroy
the carousel
@ThornWalli
Copy link

What is the current status here?

Any kind of Vue transition causes problems...

@doutatsu
Copy link
Author

doutatsu commented Apr 18, 2024

@ThornWalli It doesn't look like the library is maintained - so I recommend forking this code, which is what I did. It works without issues now

@ThornWalli
Copy link

@doutatsu Thanks for the quick reply 😉

I'm trying out the Swiper again after years. 🤪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Destroy hook is called before transition finishes
2 participants