| Interface | Description |
|---|---|
| SimpleLottieValueCallback<T> |
Delegate interface for
LottieValueCallback. |
| Class | Description |
|---|---|
| Keyframe<T> | |
| LottieFrameInfo<T> |
Data class for use with
LottieValueCallback. |
| LottieInterpolatedFloatValue | |
| LottieInterpolatedIntegerValue | |
| LottieInterpolatedPointValue | |
| LottieRelativeFloatValueCallback |
LottieValueCallback that provides a value offset from the original animation
rather than an absolute value. |
| LottieRelativeIntegerValueCallback |
LottieValueCallback that provides a value offset from the original animation
rather than an absolute value. |
| LottieRelativePointValueCallback |
LottieValueCallback that provides a value offset from the original animation
rather than an absolute value. |
| LottieValueCallback<T> |
Allows you to set a callback on a resolved
KeyPath to modify
its animation values at runtime. |
| ScaleXY |