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_1 | Using this parameter we can select the color combination of the loading icon | gray |
| color_option_2 | Using this parameter we can select the color combination of the loading icon | black |
| main_width | Select the width of the loading icon | 15 |
| main_height | Select the height of the loading icon | 15 |
| animation_speed | Control the animation speed | 200 |
| number_of_box | Select how many animated elements you want to display here | 3 |
| margin_left_right | Choose left margin and right margin between each animated element | 2 |
| additional_style | Additional css for this loading icon | |
| circle_shape | Set the circle shape of the animated element | false |
| zoom_effect |
Set this parameter value to [true, 2] for the zooming animation effect. Here true stands for enabled zoom animation and 2 is the size of a zoom animation. |
false |
| after_element | If this parameter is set to true then the loading icon will join after the element. | false |