-
-
Notifications
You must be signed in to change notification settings - Fork 32.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
[Tabs] content animation (left-right, right-left) #507
Comments
+1 |
I would love to see this added as an enhancement as well. |
I have just merged #1907. This add an example of how to achieve the effect you describe. I'm using https://github.com/oliviertassinari/react-swipeable-views. However you could use a different library like https://github.com/jed/react-swipe. |
@oliviertassinari is there anything upcoming in mui that does this? You don’t seem to be maintaining oliviertassinari/react-swipeable-views anymore judging from the desperation in oliviertassinari/react-swipeable-views#654 |
Hello! I'd like to achieve something like in: https://material.angularjs.org/#/demo/material.components.tabs where content also has an 'slide' animation.
Is there any simple way to do it? Maybe using ReactCSSTransitionGroup ? Could this be added as property of the Tabs component?
The text was updated successfully, but these errors were encountered: