RPE Chart Utils
    Preparing search index...

    Interface VariableEventOptions

    Options controlling the easing sub-range for animated variable events.

    interface VariableEventOptions {
        easingLeft?: number;
        easingRight?: number;
    }
    Index

    Properties

    easingLeft?: number

    Sub-range start within the easing curve (0–1, default: 0).

    easingRight?: number

    Sub-range end within the easing curve (0–1, default: 1).