Interface Keyframes.FloatKeyframes

All Superinterfaces:
Keyframes
Enclosing interface:
Keyframes

public static interface Keyframes.FloatKeyframes extends Keyframes
  • Method Details

    • getFloatValue

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