------------------------------------------------------------------------------------------------
|                                                                                              |
|ATTENTION: Use the onProgress and onLoadComplete events to handle the loading objects status! |
|                                                                                              |
-----------------------------------------------------------------------------------------------|


The progress bar fill animation is tween based. The progress bar data is synchronized with the easing and easing duration you choose.

Thus to prevent the loading content display before the actual progress bar completes loading default hide the visual objects and implement the onProgress and onLoadComplete progress bar events to handle the loading objects status and perform various actions.

Check the Sample 1 in the component's trial version Samples directory for a better understanding on how the progress bar works.

