如何在Android中实现Spotify App效果(图像淡化和滚动模糊)?

时间:2014-12-19 12:47:30

标签: android parallax

我正试图在iOS上的Spotify应用程序中实现此图像淡化和模糊效果: -

这个iOS库是: - https://github.com/matteogobbi/MGSpotyViewController

我正在努力实现同样的目标。对于视差效果,我使用这个库,经过一定的修改,我有点像iOS库: - https://github.com/Gnod/ParallaxListView

还有其他方法可以实现吗?

(抱歉gif图片。它并不完美) enter image description here

1 个答案:

答案 0 :(得分:0)

看看ObjectAnimator

http://developer.android.com/guide/topics/graphics/prop-animation.html

您可以使用Animator将视图的alpha值从00更改为FF,这将使它们淡入或淡出。