figureone
    Preparing search index...

    Interface EQN_FromForm

    From form options object.

    Any defined properties will override the corrsponding properties of the form if it being animated to from a specific form.

    • onTransition string | () => void | null — called at the start of animating to this form, or when showForm is used.
    • onShow string | () => void | null — called after animation is finished or when showForm is used
    • duration number — duration if animating to this form, use null for velocity based duration
    • translation { [elementName: string]: EQN_TranslationStyle } — translation style when animating to this form
    • elementMods OBJ_ElementMods — properties to set in the equation element (@FigureElementPrimitive) when this form is shown