Has anyone successfully animated month transitions in React Day Picker? #2689
Replies: 2 comments 3 replies
-
Hi @manavm1990 I have good news for your use case, we are close to having animations supported natively by the I can message you again in this thread when it's merged so you can try it out. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@manavm1990 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to add smooth transition animations when navigating between months. I've tried several approaches, particularly with Motion's layout animations, but haven't been able to get it working properly.
I've also tried using Motion's layout prop, which would be perfect for this case, but it doesn't seem to work with how the calendar months are constructed/updated:
Has anyone successfully implemented smooth month transition animations with React Day Picker? If so, I'd love to know your approach. Or does the current component architecture make this fundamentally difficult?
I'd be happy to work on a PR to improve animation support if others are interested in this feature as well.
Beta Was this translation helpful? Give feedback.
All reactions