skia
    Preparing search index...

    Interface TransformProperty

    Named transform property for Skottie property observer.

    interface TransformProperty {
        key: string;
        value: TransformValue;
    }
    Index

    Properties

    Properties

    key: string

    Property identifier, usually the node name.

    Property value.