-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Animate layout changes when switching between week view mode and month view mode #278
Comments
The transition does seem jarring. We'll look into it! |
@ekchang Will be much appreciated! |
Having looked into it, the best way to accomplish this is by setting I played around with adding it to the library but decided against it--mainly, it may have undesirable side effects because now MCV impacts its parent (and thus any siblings who you may not want to animate will now animate their changes). Closing--feel free to submit a PR or comment if manually setting the transition on your parent isn't sufficient. Thanks! |
I couldn't get it working by setting animation on parent Layout |
Couldn't either |
I want to add swipe up and down on material calendar view so that swipe down gives month view and swipe up gives week view, the library already has viewpager set for scrolling right and left. Is there any way I can add swipe up and down too? When I add swipe up and down, scrolling doesn't work. |
Hi,
This is an absolutely fabulous library! One question --is there a way to animate the mode switching from week mode to month mode, and vice versa? Right now, it just collapses and expands, and for an application I'm working on, it's too much of a jump. I would like to mimic the Google Calendar's layout animation when switching between modes.
The text was updated successfully, but these errors were encountered: