0

enter image description here

I am trying to do this animation in dialogFragment please help me how to do this.

I am using Fragment and attached a DialogFragment to this Fragment.

Below code (for flip animation) is working fine for Fragment, but it is not working for DialogFragment,I have seen that DialogFragment is extend by Fragment. Any Help expected. And using this library.

compile 'com.labo.kaji:fragmentanimations:0.1.1'



@Override
    public Animation onCreateAnimation(int transit, boolean enter, int nextAnim) {
        return FlipAnimation.create(FlipAnimation.LEFT, enter, 600);
}
Dedeepthika
  • 305
  • 4
  • 15

0 Answers0