## Loading Props | Property Name | Type | Default Value | Optional Values | Required | Description | | ------------- | ------- | ------------- | ----------------------------------------------------------------------------- | -------- | -------------------------------------------------------------------- | | type | String | '1_0' | - | No | Type code. | | height | String | '8' | '2'/'4'/'6'/'8'/'12'/'16'/'20'/'28'/'36'/'48'/'56'/'64'/'72'/'80'/'96'/'full' | No | Container height. | | width | String | '8' | '2'/'4'/'6'/'8'/'12'/'16'/'20'/'28'/'36'/'48'/'56'/'64'/'72'/'80'/'96'/'full' | No | Container width. | | theme | Boolean | false | true/false | No | Whether to use theme color, single color only. | | inverse | Boolean | false | true/false | No | Whether to use inverse color, available in single and double colors. | | customColor | Array | [] | - | No | Custom color array. | | lazyAnimation | Boolean | true | true/false | No | Whether to enable lazy animation. | | speed | Number | 1 | - | No | Animation speed, based on 1. |