Home | History | Annotate | Download | only in equations

Lines Matching refs:Expo

10 public abstract class Expo extends TweenEquation {
11 public static final Expo IN = new Expo() {
19 return "Expo.IN";
23 public static final Expo OUT = new Expo() {
31 return "Expo.OUT";
35 public static final Expo INOUT = new Expo() {
46 return "Expo.INOUT";