Module: components/loader

Members

(inner) loaderTimer :number|null

Timer ID for the loader interval, used to cancel it when loaderRemove() is called

Type:
  • number | null
Source:

Methods

(inner) loaderAdd()

Add loading animation

Source:
See:

(inner) loaderCreate() → {HTMLElement}

Creation of a loading animation

Source:
See:
Returns:

returns the loader element

Type
HTMLElement

(inner) loaderRemove()

Remove loading animation

Source:
See: