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?
g
gildor
04/10/2019, 1:52 AM
This is not kotlin related, please check this channel’s topic
n
nicka
04/10/2019, 2:12 AM
ah thought this was a general android discussion
nicka
04/10/2019, 2:12 AM
wait I’m looking at every other conversation in here and none of it is specifically about kotlin…
g
gildor
04/10/2019, 2:14 AM
Yes, #android channel is the champion on offtopics and amount of stackoverflow reactions
gildor
04/10/2019, 2:14 AM
But still many of them at lest somehow related to Kotlin