Top "Android-animation" questions

Animations can be integrated into Android Apps, through both Java and XML.

Floating Action Button expansion

According to the new Android Design Guidelines for the Floating Action Button, it should be reasonable to transform the Floating …

android android-animation floating-action-button
How to rotate floating action button without rotating shadow?

I rotate the FAB in such a simple way: fab.startAnimation(AnimationUtils.loadAnimation(this, R.anim.rotate)); rotate.xml: <?…

android rotation android-animation floating-action-button
Android Property Animation

<objectAnimator android:propertyName="string" android:duration="int" android:valueFrom="float | int | color" android:valueTo="float | int | color" android:startOffset="…

android animation android-animation objectanimator
Android expand/collapse RelativeLayout

I've tried various solutions from this topic (see. Android: Expand/collapse animation ) and none of them really worked for me. …

android layout android-animation collapse
How to reset ObjectAnimator to it's initial status?

I want to vibrate a view with scaleX and scaleY, and I am doing it with this code, but the …

android android-animation android-view objectanimator
Exit animation not working; FragmentTransaction custom animation does not work for hide

I use show/hide to display a fragment that takes up part of the screen. For some reason when the …

android android-fragments android-animation fragmenttransaction
Android doesn't animate alpha if it's initially zero

I am trying to animate alpha of an Android view (two animations, both fade in and fade out). It all …

android animation view android-animation alpha
How to set explode transition with xml file

I'm trying to setEnterTransition with explode.xml file. i tried this <?xml version="1.0" encoding="utf-8"?> <transitionManager xmlns:…

android android-animation android-transitions
Move an object on on a Bézier curve path

I want to move my image on a Bézier curve path from top to bottom but I can't get …

android graphics android-animation surfaceview bezier
Tools for creating AnimatedVectorDrawable

I really like the AnimatedVectorDrawable capabilities added to Android. Any nice tools to create such animations? E.g. Any tools …

android android-animation material-design android-vectordrawable