ux-animate 0.1.5

Backend and runtime agnostic animation library
Documentation
1
2
3
4
5
6
7
8
/// Allows you to set a callback on a resolved {@link com.airbnb.lottie.model.KeyPath} to modify
/// its animation values at runtime.
pub struct LottieValueCallback<T> {
    // animation: BaseKeyframeAnimation,
    value: T,
}

impl<T> LottieValueCallback<T> {}