Function showProcess

  • 展示水滴加载动画

    Parameters

    • element: any

      元素

    Returns (() => void)

      • (): void
      • Returns void

    const hideProcess = showProcess(myElement); /// 在元素中显示水滴加载动画
    hideProcess(); /// 隐藏水滴加载动画