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

Slideshow does not load children before view #4

Open
btkostner opened this issue Mar 5, 2020 · 0 comments
Open

Slideshow does not load children before view #4

btkostner opened this issue Mar 5, 2020 · 0 comments

Comments

@btkostner
Copy link
Contributor

The current slideshow component conditionally renders the background for the transition (v-if). This works but means that the image (or what ever) tag only gets loaded when it's that slide's turn to be visible. This causes some glitches because we can slide to an image that has yet to be loaded. In the long run, this should be replaced with v-show logic so everything can load in the background.

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

No branches or pull requests

1 participant