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
Property | Attribute | Type | Description |
---|---|---|---|
primaryColor | primary-color | string | Color 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