Skip to content

Interpolators have no effect #30

@mrcodepanda

Description

@mrcodepanda

I tried a lot of interpolators and None of them have any effect on the animations. I'm doing it this way:

YoYo.with(Techniques.SlideOutDown)
    .duration(200)
    .interpolate(new BounceInterpolator())    // Nothing works here
    .withListener(new Animator.AnimatorListener() {
    @Override
    public void onAnimationStart(Animator animation) { }

        @Override
        public void onAnimationEnd(Animator animation) { }

        @Override
        public void onAnimationCancel(Animator animation) { }

        @Override
        public void onAnimationRepeat(Animator animation) { }
    })
    .playOn(view);

I think it might be related to AnimationComposer not calling BaseViewAnimator's setInterpolator().

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