The Wayback Machine - https://web.archive.org/web/20200530183130/https://github.com/topics/loading-indicator
Skip to content
#

loading-indicator

Here are 51 public repositories matching this topic...

jcarpanelli
jcarpanelli commented Jun 4, 2019

Instead of setting a spinner as succeed/fail using the spinners#fail and spinner#succeed methods, it would be great if spinnies could do this automatically when sending a promise as an option:

spinnies.add('spinner-1', { 
  text: 'Doing X..',
  onPromise: {
    promise: someFunction(arg1, arg2), 
    succeed: { 
      text: 'X succeeded',
      color: 'greenBright'
    },
 
Sartori-RIA
Sartori-RIA commented Jul 12, 2019

hi, i have a shared component with loadspinner, and this component is used only inside two pages to service http requests, one work fine, other receive the error "TypeError: Cannot read property 'android' of null".
the component without error is inside tabview BUT in submodule with lazy loading

the component with error is inside TabView in my app.component, this error occurrence when try to

DYFLoadingManager 是一个 iOS 加载动画提示的管理类,它显示带有指示器和/或标签的半透明遮罩直到任务完成。(DYFLoadingManager is an iOS management class that loads animation prompts, it displays a translucent mask with an indicator and labels while work is being done.)

  • Updated Apr 2, 2020
  • Objective-C

Improve this page

Add a description, image, and links to the loading-indicator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the loading-indicator topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.