Skip to content

Flip without Scale animation #24

@namdar79

Description

@namdar79

If i want to flip view without rearImageAnimation, i cannot set it to non.
you must change this code:
setRearImageAnimation(AnimationUtils.loadAnimation(getContext(), animationResId > 0 ? animationResId : R.anim.scale_up));
to :
if(animationResId > 0) setRearImageAnimation(AnimationUtils.loadAnimation(getContext(),animationResId));

Or is there another way?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions