Loading Icons is a jQuery plugin for displaying colorful loading effects. Typically, we use GIF animated icons to load. Using this plugin, you can set loading effect without image.
In this plugin, we can find a lot of loading options. The plugin is fully customizable. We can change the loading icon speed, color combination, and size.
| Parameters | Description | Default Value |
| color_option | We can use 4 different colors here for the loading icon | ['silver', 'black', 'silver', 'black'] |
| main_width | Select the width of the loading icon | 25 |
| animation_speed | Control the animation speed | 1 |
| additional_style | Additional css for this loading icon | |
| after_element | If this parameter is set to true then the loading icon will join after the element. | false |