eligius
    Preparing search index...

    Variable animateConst

    animate: TOperation<
        IAnimateOperationData,
        Omit<
            IAnimateOperationData,
            "animationEasing"
            | "animationProperties"
            | "animationDuration",
        >,
    > = ...

    This operation animates the specified selected element with the given jQuery animation properties, duration and easing. It resolves after the animation completes.