How to setup the navigation rail to slide in from the side? #484
Unanswered
taranlu-houzz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the navigation bar example, I am able to animate it to slide in and out. The issue is that the rest of the content does not also shift along with it. I was wondering if there is a better way to setup the page using layout containers so that I can achieve this?
If not, the two solutions that I can think of are as follows:
Row
container so that just theNavigationRail
is hidden:transform.Offset()
object directly from aControl
so that it could be passed to theoffset
attribute for theRow
container?Stack
layout to have theNavigationRail
pop-over instead of sliding. This will work (I think), but I would still like to know how to get it to slide in.Any help would be much appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions