-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
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
Labels
No labels