简体   繁体   中英

JQ Animated Progress Bar

I need to create an animated progress bar on page load, here is an example as to what I require: http://somnia-themes.com/templates/verendus/shortcodes/progressbar.html

I need the same amount of bars to show as in the example above, but they need to animate with a striped image, I can use CSS, but I need to ensure it works in all browsers hence the use of a sliced striped image.

Would be grateful for any assistance.

Alternatively, there is an animated progress bar in Twitter Bootstrap I can use (My site is built with Bootstrap framework) but the bar does not load same as the url above. Is there a way to add this loading feature to Bootstrap?

Thanks in advance. Sanj

JS Fiddle Striped Progress Example

This is using the .progress-striped class on the progress bar.

<div class="progress progress-striped"> 
<div class="bar" style="float: left; width: 0%; " data-percentage="50"></div>
</div>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM