Skip to main content
Version: 13.x (Current)

Loading Animation

caution

this component, due to the fact it must be loaded in advance, is bundled separately at /bk-loading-animation.esm.js

<bk-loading-animation></bk-loading-animation>

The Loading Animation to display a loading animation until one of its children has finished loading.

This component is analogous to mlc-loading-animation from micro-lc.

How to configure

Property primaryColor should be specified.

{
"tag": "bk-loading-animation",
"properties": {
"primaryColor": "#43a056"
}
}

API

Properties & Attributes

PropertyAttributeTypeDescription
primaryColorprimary-colorstringColor of the animation (it can be Hex, 8-digit Hex, RGB, RGBA HSL, HSLA, HSV HSVA, or CSS color name string)

Listens to

None

Emits

None