Interface Keyframes.IntKeyframes

All Superinterfaces:
Keyframes
Enclosing interface:
Keyframes

public static interface Keyframes.IntKeyframes extends Keyframes
  • Method Details

    • getIntValue

      int getIntValue(float fraction)
      Works like Keyframes.getValue(float), but returning a primitive.
      Parameters:
      fraction - The elapsed fraction of the animation
      Returns:
      The animated value.