Skip to content
New issue

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

SlideTransition页面等四个上下左右动画线性转场结束瞬间出现短暂卡顿。 #1

Open
JulyEve opened this issue Jul 19, 2019 · 1 comment

Comments

@JulyEve
Copy link

JulyEve commented Jul 19, 2019

SlideTransition页面等四个上下左右动画线性转场结束瞬间出现短暂卡顿。动画未能一次性执行完。是否知道原因。

@JulyEve
Copy link
Author

JulyEve commented Jul 19, 2019

position: animation.drive(
Tween(begin: Offset(0.0, 1.0), end: Offset.zero)
.chain(CurveTween(curve: Curves.ease))),
用这个方法能解决卡顿问题。但根本原因未找出

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant