transition? animation? other?
-
Hi all -
Sorry for the lame subject line, but that's kind of where I am now.
I've implemented a Drawer that slides open from the right and covers 70% of the main window. The Drawer contains a StackView. The stack seems to be working, but when I push a second item onto the stack, the first item "exits" by sliding to the left (outside the Drawer) before disappearing.
Is this expected behavior, or have I done something wrong by using a StackView within a Drawer? If it's OK to do a StackView within a Drawer, any suggestions on how to eliminate this undesired transition?
Thanks...