soutblack
2016-01-21 03:09android 自定义动画 求指点
最近想要做一个动画效果,想使用scale 放大两次,第一次放大比第二次放大的倍数要大。
就像果冻震动的那种效果
android:duration="300"
android:fillBefore="true"
android:fromXScale="1"
android:fromYScale="1"
android:pivotX="50%"
android:pivotY="50%"
android:toXScale="1.2"
android:toYScale="1.2" />
android:duration="300"
android:fillBefore="true"
android:fromXScale="1"
android:fromYScale="1"
android:pivotX="50%"
android:pivotY="50%"
android:startOffset="300"
android:toXScale="1.1"
android:toYScale="1.1" />
可是我做出来的总是很土鳖,一点也不想。求大神指点
- 点赞
- 回答
- 收藏
- 复制链接分享
7条回答
为你推荐
- android 自定义动画 求指点
- android
- 动画
- 7个回答