I'm trying to animate a transition but it's not giving me the correct results
I have a layout that looks like this:
- LinearView
Root- ScrollView
Groups- LinearView
- Tile1
- Tile2
- Tile3
- LinearView
- ScrollView
SubGroups- LinearView
- Tile4
- Tile5
- Tile6
- LinearView
- ScrollView
Root's orientation is set to horizontal and both Groups and SubGroups has a width and height set to parent fill.
What I want is to animate Groups translating to the left out of the screen so that only ~40 dp is still showing, and SubGroups translating to left right behind Groups, so that only a sliver of Groups is shown and 90% of SubGroups is visible.
Is this possible? Thanks for any help!