Progress Animation
Animated progress bar. For more examples, check out the Progress components page.
How to use?
Copy-paste the following <script>
near the end of your pages under JS Implementing Plugins to enable it.
Copy-paste the init function under JS Plugins Init., before the closing </body>
tag, to enable it.
Methods
Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-hs-progress-bar-options='{}'
.
Parameters | Description | Default value |
---|---|---|
|
Determines the direction of the progress bar (horizontal or vertical) | 'horizontal' |
|
If true , then it defines the element to be initialized as a progress bar, otherwise it searches inside the element to be initialized for an element with the class specified in indicatorSelector |
false |
|
If useProgressElement is false , then defines the element to initialize inside the element to be initialized |
'.hs-progress-bar-indicator' |
|
Executes code inside the function body immediately after the element is animated | - |