我有一个片段,它显示输入动画,我通过
this.setEnterTransition(transition);
之后,我想显示另一个动画。但是我需要知道过渡动画何时结束才能开始第二个。
对于活动,有一个类似的回调,onEnterAnimationComplete()但是在Fragment的过渡结束时不会调用该回调。
onEnterAnimationComplete()
有什么方法可以知道Fragment的输入过渡何时结束?
android android-animation android-fragments
android ×1
android-animation ×1
android-fragments ×1