Grow From Middle XML Activity Transition In Android
Posted by admin on
June 7, 2011
Here is what I have come up with an XML file for an animation transition of an activity that expands from the center most to all sides.
<?xml version="1.0" encoding="utf-8"?> <scale xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/linear_interpolator" android:fromXScale="0" android:toXScale="1.0" android:fromYScale="0.0" android:toYScale="1.0" android:pivotY="50%" android:pivotX="50%" android:fillAfter="false" android:startOffset="200" android:duration="50" />
You may want to change the android:duration attribute value during your testing so you can see the animation clearly.
Donations appreciated. Every little $ helps. Or click Google +1.









