public interface SimpleLottieValueCallback<T>
LottieValueCallback. This is helpful for the Kotlin API because you can use a SAM conversion to write the
callback as a single abstract method block like this:
animationView.addValueCallback(keyPath, LottieProperty.TRANSFORM_OPACITY) { 50 }| Modifier and Type | Method and Description |
|---|---|
T |
getValue(LottieFrameInfo<T> frameInfo) |
T getValue(LottieFrameInfo<T> frameInfo)