Android Listview animations that don't suck [closed]
I was looking here. http://android-er.blogspot.com/2009/10/listview-and-listactivity-layout.html
It... sucks. One at at time? Also where can I find some cooler effects? Google is giving me that page like 6 times on 6 开发者_运维技巧sites. Hurray for SEO .
Basically you can
- rotate
- translate
- scale
- change alpha
with animations. And combine in with the many different interpolators to define the speed and acceleration of an animation.
Here are the main animation docs.
Some people also developped some fancier animations by combining them like a 3d flip. But it is always based on the elementary bricks enumerated above.
Starting from android 3.0, you can animate just about anything that's visible with the property animator. Check this out.
精彩评论