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

38 image opening closing animation is slow #45

Conversation

johnc86
Copy link
Contributor

@johnc86 johnc86 commented Jun 24, 2023

Added option in appearance settings to disable image preview animation, using a custom TweenAnimationBuilder. Uses config_store bool to switch between 1ms and 200ms.

Please code-review, I'm relatively new to flutter and this was me dipping my toe in the water on a relatively easy issue.

As per issue, a custom animation has been added for goToMedia, with relevant toggle to enable or disable animations allowing the user to effectively turn off the transition (reduce to 1ms). Uses config_store.
Set to 200ms which seems to match the default for FadeTransition that was used previously.
@zachatrocity
Copy link
Collaborator

LGTM. @mykdavies could you confirm this looks fine on iOS?

Copy link
Contributor

@limbo-app-dev limbo-app-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@zachatrocity zachatrocity merged commit f89e21e into liftoff-app:master Jun 25, 2023
4 of 5 checks passed
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

Successfully merging this pull request may close these issues.

None yet

3 participants