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

Ideas to improve the interface only 2 things #46

Open
wilzamguerrero opened this issue Oct 27, 2024 · 0 comments
Open

Ideas to improve the interface only 2 things #46

wilzamguerrero opened this issue Oct 27, 2024 · 0 comments

Comments

@wilzamguerrero
Copy link

Hello, thank you very much for this great project. I wanted to mention a few things that can be implemented in general. There are only two. The first is that we can add something like this:

.imagePreviewTweaks {
opacity: 0 !important;
transition: opacity 0.5s ease !important;

}
.imagePreviewTweaks:hover {
opacity: 1 !important;
}

So that we can have a cleaner interface and only when we place the cursor over it we will look at it. And secondly, I don't know if you can add a transition to the flipbook option or be able to activate a smoother fade in and out between images. thank you.

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