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

Add fade in-out between the images when navigate into the gallery #9

Closed
prinkoID opened this issue Feb 10, 2021 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@prinkoID
Copy link

prinkoID commented Feb 10, 2021

When navigate into the gallery with left and right the next/previous image is fast and create some glitch in some cases (probably only in mobile version)

@prinkoID
Copy link
Author

It could be better a crossfade, or fade to a color, because now I'm seeing the website during the fade transition

@tobiasroeder
Copy link
Owner

This can be fixed by changing the background color from the ImageBox element in the CSS.

#imagebox {
  background-color: #000;
}

@tobiasroeder tobiasroeder reopened this Jul 5, 2021
@tobiasroeder tobiasroeder added the bug Something isn't working label Jul 5, 2021
@tobiasroeder tobiasroeder self-assigned this Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants