rhodonite
    Preparing search index...

    Interface AnimationChannel

    Similar to Animation.Channel

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

    Properties

    animatedValue: IAnimatedValue