public class SlowInSlowOutPacer extends java.lang.Object implements Pacer
| Constructor and Description |
|---|
SlowInSlowOutPacer() |
| Modifier and Type | Method and Description |
|---|---|
double |
pace(double f)
Pacing function providing slow-in, slow-out animation
|
public double pace(double f)
pace in interface Pacerf - the input value, should be between 0-1Pacer.pace(double)