本文介绍了Android的Flipboard的动画的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在Android中更改视图动画一个Flipboard的。
I want to animate a Flipboard while changing views in Android.
是否有可能对动画整体布局的Flipboard?类似的事情也对图片的信件,但整个布局。
Is it possible to animate a Flipboard on whole layout? Something similar to those letters on the picture but the whole layout.
例如:
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent">
// whole layout design
<LinearLayout/>
我想提出一个动画改变这种布局和/或充气另一个做Flipboard的动画时。
I would like to make an animation when changing this Layout and/or inflating another to do the Flipboard animation.
动画看起来应该酷似这个
推荐答案
这问题的答案是在GitHub上。通过OpenAphid提供了非常好的例子。访问此链接。
The answer of this Question is on GitHub. Very nice example provided by OpenAphid. Visit this link.
这篇关于Android的Flipboard的动画的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!