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

Don't change the opacity of the current image to avoid fade via black #187

Open
MatthiasMann opened this issue Jul 31, 2023 · 0 comments
Open

Comments

@MatthiasMann
Copy link

MatthiasMann commented Jul 31, 2023

if (self->current_image != NULL)
clutter_actor_set_opacity (self->current_image, (int) VALUE_AT_PROGRESS (255.0, 1.0 - progress));

If I comment out these 2 lines I get a much smoother transition effect that doesn't go dark in between images - esp useful when the images in the slide show are mostly static (eg frames of a presentation).

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