question: I want to sue android’s native “activity transition” outside of the context of an activity changing. the animation exists in open_enter_animation.xml and it consists of 2 animations: 1) a translation and 2) a cliprect animation.
When i apply the animation to my view; the translation works as expected but the cliprect animation does not get applied.
why is this? and how do I overcome it? any insight?