-
Notifications
You must be signed in to change notification settings - Fork 72
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
Custom Animation Styles for WoltModalSheet by using #165
Conversation
Visit the preview URL for this PR (updated for commit 5def56e):
(expires Mon, 25 Mar 2024 04:35:27 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 906758393beb0353b979d020649d6a1efc40fb5b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with some nits!
|
||
final WoltModalSheetScrollAnimationStyle scrollAnimationStyle; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing doc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 5def56e
|
||
final WoltModalSheetScrollAnimationStyle scrollAnimationStyle; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing doc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 5def56e
ee4e85f
to
5def56e
Compare
Description
This PR allows developers to customize the animation styles for both scrolling and pagination within the
WoltModalSheet
by using the newWoltModalSheetAnimationStyle
class.The core of this feature is the introduction of the
WoltModalSheetAnimationStyle
class, which encompasses two key aspects:WoltModalSheetScrollAnimationStyle
covers hero image scaling, top bar translation, and more.These animations are applied through the
WoltModalSheetThemeData
.Example Configuration
pagination_animation.mp4
scrolling_anim.mp4
Related Issues
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
).This will ensure a smooth and quick review process.
///
).melos run analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?