“滑动解锁” Android 上的文本动画,看起来像 iOS 上的
有没有办法在Android上制作“滑动解锁”文本动画,看起来像iOS动画?
Is there a way to do the "slide to unlock" text animation on Android, looking like iOS animation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有多种方法可以在 Android 上创建动画。
There are ways to create animations on android.
这是这个问题的真正答案:
https://github.com/RomainPiel/Shimmer-android
有关如何使用它的信息位于 wiki 中。
但是为了完成:
将 ShimmerTextView 添加到您的布局中:
要启动动画:
如果您想停止动画,您可能需要在动画开始后跟踪 shimmer 实例。
要阻止它:
Here is a real answer for this question:
https://github.com/RomainPiel/Shimmer-android
Information on how to use it is in the wiki.
But for the sake of completion:
Add a ShimmerTextView to your layout:
To start the animation:
You may want to keep track of the shimmer instance after the animation is started if you want to stop it.
To stop it: