public class InterpolatorCloseUpAnimatorConfigurator extends java.lang.Object implements CloseUpAnimatorConfigurator
Constructor and Description |
---|
InterpolatorCloseUpAnimatorConfigurator(android.view.animation.Interpolator interpolator) |
Modifier and Type | Method and Description |
---|---|
void |
configure(android.animation.ObjectAnimator animator)
Note that
ObjectAnimator.setDuration(long) would erase current value set by CloseUpIdleAnimationTime if any present |
public InterpolatorCloseUpAnimatorConfigurator(android.view.animation.Interpolator interpolator)
public void configure(android.animation.ObjectAnimator animator)
ObjectAnimator.setDuration(long)
would erase current value set by CloseUpIdleAnimationTime
if any presentconfigure
in interface CloseUpAnimatorConfigurator
animator
- current ObjectAnimator
object to animate close-up animation of a ScrollableLayout