Package icyllis.modernui.animation
Interface Keyframes.FloatKeyframes
- All Superinterfaces:
Keyframes
- Enclosing interface:
Keyframes
-
Nested Class Summary
Nested classes/interfaces inherited from interface icyllis.modernui.animation.Keyframes
Keyframes.FloatKeyframes, Keyframes.IntKeyframes -
Method Summary
Modifier and TypeMethodDescriptionfloatgetFloatValue(float fraction) Works likeKeyframes.getValue(float), but returning a primitive.Methods inherited from interface icyllis.modernui.animation.Keyframes
copy, getKeyframes, getValue, setEvaluator
-
Method Details
-
getFloatValue
float getFloatValue(float fraction) Works likeKeyframes.getValue(float), but returning a primitive.- Parameters:
fraction- The elapsed fraction of the animation- Returns:
- The animated value.
-