android - How to flip a DialogFragment -
i trying animation in dialogfragment please me how this.
i using fragment , attached dialogfragment fragment.
below code (for flip animation) working fine fragment, not working dialogfragment,i have seen dialogfragment extend fragment. expected. , using 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); }

Comments
Post a Comment