g3-toolkit API Reference
    Preparing search index...

    Interface CameraOptions

    interface CameraOptions {
        animate?: boolean;
        duration?: number;
        easing?: string;
        padding?: number;
    }
    Index

    Properties

    animate?: boolean

    Animate this move. Default true; pass false for reduced motion.

    duration?: number

    Animation duration in ms. 0 (or animate:false) applies instantly.

    easing?: string

    Cytoscape easing name (e.g. "ease-in-out-cubic").

    padding?: number

    Fit padding in px.