Is possible to use an Android Animator to animate a DialogFragment entry?
问题 I have a DialogFragment which I show() when the user clicks a button on my App. I would like to set an animation to make a Z-axix rotation on the DialogFragment when it launches (i.e. a 3d card flip animation). I have succesfully used the windowAnimationStyle and the following style to do simple animations (using the View Animation framework) when the DialogFragment is shown: <style name="windowAnimationCardFlip" parent="@android:style/Animation.Dialog"> <item name="android