We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@JingYeoh 实现和微信一样的进入退出动画效果。 自身进入,栈顶进入,栈顶退出三种动画效果都没问题, 就是自身退出动画有问题,anim如下: android:duration="300" android:fromXDelta="0" android:toXDelta="100%p" 当前页并没有平滑的向右缓慢退出,而是直接消失了,没有动画效果。 测试手机小米8,基于安卓9.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@JingYeoh
实现和微信一样的进入退出动画效果。
自身进入,栈顶进入,栈顶退出三种动画效果都没问题,
就是自身退出动画有问题,anim如下:
android:duration="300"
android:fromXDelta="0"
android:toXDelta="100%p"
当前页并没有平滑的向右缓慢退出,而是直接消失了,没有动画效果。
测试手机小米8,基于安卓9.0
The text was updated successfully, but these errors were encountered: