content logo

Bootstrap Progress Bars:

Bootstrap Blue Progress Bar with Loading Effect

The progress bar is one of the most critical elements in any website that you can use. If you want to increase the beauty of your website, this post can help you. This is the Bootstrap Blue Progress Bar with Loading Effect that changes the design of your website easily. With the help of this fantastic Bootstrap Progress Bar, you are able to show different elements of your website to your viewers. For example, you can show your progression, skills, and other factors affecting your customers. So, if you want to gain more viewers in a shorter time, this Javascript Progress Bar can be useful.

The preview of this Responsive Progress Bar is located below, which shows the performance of this code. As you see in the preview, this code has a white background with different fields with a loading effect. The main title of this preview has a larger font size. There are many fields and you can add their specific titles based on your desire. Each field's title is gray and has a white background with a border. The amount of progression of your website is represented with blue color in this field of the Progress Bar Loading Effect.

#

Bootstrap Progress Bar

#

Javascript Progress Bar

#

Responsive Progress Bar

#

Progress Bar Loading Effect

<!-- This script got from frontendfreecode.com -->
<div class="container">
        <div class="row">
            <div class="col-md-6 col-md-offset-3">
                <h3 class="text-center">My Skills</h3>
                <br>
                <!-- Skill Bars -->
                <span>html 5</span>
                <div class="progress skill-bar ">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
                <span>CSS 3</span>
                <div class="progress skill-bar">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
                <span>Bootstrap</span>
                <div class="progress skill-bar">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
                <span>javascript</span>
                <div class="progress skill-bar">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
                <span>jquery</span>
                <div class="progress skill-bar">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
                <span>php</span>
                <div class="progress skill-bar">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="30" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
                <span>photoshop</span>
                <div class="progress skill-bar">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
            </div>
        </div>
</div><a style="font-size: 8pt; text-decoration: none" target="_blank" href="http://frontendfreecode.com">Free Frontend</a>
                                                                            
.progress {
	height: 20px;
	border-radius: 20px;
}
.progress .skill .val {
	float: right;
	font-style: normal;
	margin: 0 20px 0 0;
}
span {
	display: block;
	position: relative;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #888888;
	line-height: 17px;
	margin-bottom: 5px;
}
.progress-bar {
	text-align: left;
	border-radius: 20px;
	transition-duration: 3s;
}
$(document).ready(function () {
    $('.progress .progress-bar').css("width",
        function () {
            return $(this).attr("aria-valuenow") + "%";
        }
    )
});
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- This script got from frontendfreecode.com -->

<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<style>
.progress {
	height: 20px;
	border-radius: 20px;
}
.progress .skill .val {
	float: right;
	font-style: normal;
	margin: 0 20px 0 0;
}
span {
	display: block;
	position: relative;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #888888;
	line-height: 17px;
	margin-bottom: 5px;
}
.progress-bar {
	text-align: left;
	border-radius: 20px;
	transition-duration: 3s;
}
</style>

</head>
<body>
<div class="container">
        <div class="row">
            <div class="col-md-6 col-md-offset-3">
                <h3 class="text-center">My Skills</h3>
                <br>
                <!-- Skill Bars -->
                <span>html 5</span>
                <div class="progress skill-bar ">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
                <span>CSS 3</span>
                <div class="progress skill-bar">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
                <span>Bootstrap</span>
                <div class="progress skill-bar">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
                <span>javascript</span>
                <div class="progress skill-bar">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
                <span>jquery</span>
                <div class="progress skill-bar">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
                <span>php</span>
                <div class="progress skill-bar">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="30" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
                <span>photoshop</span>
                <div class="progress skill-bar">
                    <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
                    </div>
                </div>
            </div>
        </div>
</div><div id="bcl"><a style="font-size:8pt;text-decoration:none;" href="http://www.devanswer.com">Free Frontend</a></div>
<script>
$(document).ready(function () {
    $('.progress .progress-bar').css("width",
        function () {
            return $(this).attr("aria-valuenow") + "%";
        }
    )
});
</script>

</body>
</html>
Preview