Is it possible to combine ActivityOptionsCompat.makeCustomAnimation()
and ActivityOptionsCompat.makeSceneTransitionAnimation()
? I want to acheive the following Activity
change effect:
- One view stays on the screen
- Other views from old activity slide out
- Views from the new activity fade in
I can use points 1 and 2, 3 separately, is there a way to use them simultaneously maybe using different method or something?