Interface AnimationChannel

Similar to Animation.Channel

interface AnimationChannel {
    animatedValue: IAnimatedValue;
    target: AnimationChannelTarget;
}

Properties

animatedValue: IAnimatedValue