-
Notifications
You must be signed in to change notification settings - Fork 203
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
Front image disappear #155
Comments
hello maybe you found the solution? The same thing happens to me with dynamic slides |
Seem like transform: none !important; from .carousel-3d-slide.current is the problem i change to transform: translateX(0) translateZ(0) rotateY(0deg); and seems to be working now |
in my case when loading the page the current one does not show maybe you can give me a hand? |
I don't know if can help you maybe u share some of your code |
|
it works for me too, thanks. |
@edmi1994 maybe is the way you populate periodicos, sometimes i add a flag to do not render the component until the data is mounted or populate. Other idea is pass your own class to <slide with :class="{classNeeded:forceCondition}" |
For some reason when i move the mouse fast over the carousel when is sliding the front image disappear
The text was updated successfully, but these errors were encountered: