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
谢谢老哥慷慨开源,想请教下,比如棱形效果,如果需要多重渐变覆盖,能不能提供下思路,就是动画在收缩/打开到一半的时候后面换一种颜色覆盖重复,以此类推,达到多种颜色动画渐变的效果
The text was updated successfully, but these errors were encountered:
目前这些动画是基于父View对canvas的操作实现的,比如canvas.clipPath 如果也考虑基于此填颜色的话,可以尝试下canvas.drawColor?
canvas.clipPath
canvas.drawColor
Sorry, something went wrong.
No branches or pull requests
谢谢老哥慷慨开源,想请教下,比如棱形效果,如果需要多重渐变覆盖,能不能提供下思路,就是动画在收缩/打开到一半的时候后面换一种颜色覆盖重复,以此类推,达到多种颜色动画渐变的效果
The text was updated successfully, but these errors were encountered: