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

Tab transitions #102

Open
arslan-charyyev-pc opened this issue Dec 11, 2022 · 2 comments
Open

Tab transitions #102

arslan-charyyev-pc opened this issue Dec 11, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@arslan-charyyev-pc
Copy link
Contributor

Hello. It would be great if we could add transitions to TabNavigator content in the same manner as we do for normal screens:

TabNavigator(initialMainTab.tab) { tabNavigator ->
    Scaffold(
        content = {
            Box(Modifier.padding(it)) {
                // Instead of CurrentTab(), use
                FadeTabTransition(tabNavigator)
            }
        },
        bottomBar = {
            // BottomNavigation(...)
        }
    )
}

Would that be possible to implement?

@mslalith
Copy link

anything planned on this?

@DevNatan DevNatan added the enhancement New feature or request label Sep 29, 2023
@springeye
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants