skia
    Preparing search index...

    Interface TransformValue

    Transform property value. Maps to AE styled transform.

    interface TransformValue {
        anchor: Point;
        position: Point;
        rotation: number;
        scale: Point;
        skew: number;
        skew_axis: number;
    }
    Index

    Properties

    anchor: Point

    Anchor point for transform. x and y value.

    position: Point

    Position of transform. x and y value.

    rotation: number

    Rotation of transform in degrees.

    scale: Point

    Scale of transform. x and y value.

    skew: number

    Skew to apply during transform.

    skew_axis: number

    Direction of skew in degrees.