Interface ShapeOpts

    Shared Shape opts; each prop accepts Val<T>. aside excludes from parent bounds.

    interface ShapeOpts {
        aside?: boolean;
        opacity?: Val<number>;
        origin?: Val<V>;
        rotate?: Val<number>;
        scale?: Val<V>;
        translate?: Val<V>;
    }
    Hierarchy
    Index

    Properties

    aside?: boolean
    opacity?: Val<number>
    origin?: Val<V>
    rotate?: Val<number>
    scale?: Val<V>
    translate?: Val<V>