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

Weird behaviour when increasing fullTransitionValue #74

Closed
andrezanna opened this issue Jul 27, 2021 · 3 comments
Closed

Weird behaviour when increasing fullTransitionValue #74

andrezanna opened this issue Jul 27, 2021 · 3 comments

Comments

@andrezanna
Copy link

andrezanna commented Jul 27, 2021

Hello,
i've incremented fullTransitionValue to give a better animation for my purposes and disabled loop but this issue happens to me.
If I continue to swipe right the second page reveals sometimes.
I attach video and sample code.
Flutter 2.2.1
liquid_swipe: ^2.1.0

This page is opened trough Navigator.push if this can help.
`final pages=[Container(color: Colors.blue,),Container(color: Colors.green,)];

@OverRide
Widget build(BuildContext context) {
return Scaffold(
body: LiquidSwipe(
fullTransitionValue: 800.0,
enableLoop: false,
pages: pages,
)
,);
}
`

Screenrecorder-2021-07-27-11-12-54-816.mp4

Let me know
Thanks

@github-actions
Copy link

Hey, Thanks for creating the first issue. I will respond in a day or two. If doesn't, feel free to ping me.

@iamSahdeep
Copy link
Owner

I'll check it soon.

iamSahdeep added a commit that referenced this issue Sep 1, 2021
@andrezanna
Copy link
Author

Many thanks

tcd93 pushed a commit to tcd93/liquid_swipe_flutter that referenced this issue Sep 20, 2023
* Fixes iamSahdeep#73

* Fixes iamSahdeep#74

* Test fixes

* Revert Tests, Fixes loop  issue.

* v2.1.1
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

2 participants