{"id":4861,"date":"2024-01-20T17:09:00","date_gmt":"2024-01-20T17:09:00","guid":{"rendered":"https:\/\/codehim.com\/?p=4861"},"modified":"2024-01-22T15:47:03","modified_gmt":"2024-01-22T10:47:03","slug":"bootstrap-circle-progress-bar-animation","status":"publish","type":"post","link":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/","title":{"rendered":"Bootstrap Circle Progress Bar Animation"},"content":{"rendered":"<section class=\"cm-intro\">\n<div class=\"first-pera\">\n<p>Yet another code snippet for Bootstrap to create a circle progress bar animation. The code contains a lightweight jQuery function and some CSS styels that build circular\/radial prgress bar loading animation.<\/p>\n<p>This radial progress bar animation can be used to indicate the visual status of a process. Similarly, it is also suitable for body or part of page loading animation. <\/p>\n<\/div>\n<div class=\"first-pera-ad\">\n[intro_ad]\n<\/div>\n<\/section>\n<div class=\"cm-box\">\n<h2 class=\"box-title\">Plugin Overview and Preview<\/h2>\n<section class=\"overview-wrapper\">\n<div class=\"code-overview\">\n<table>\n<tbody>\n<tr>\n<td> <i class=\"fa fa-plug\"><\/i> Plugin:<\/td>\n<td>Circle Progress Bar Animation<\/td>\n<\/tr>\n<tr>\n<td> <i class=\"fa fa-user\"><\/i> Author:<\/td>\n<td>Rick Smoke<\/td>\n<\/tr>\n<tr>\n<td> <i class=\"fa fa-folder\"><\/i> Category:<\/td>\n<td> <a href=\"\/others\/\">Others<\/a> <\/td>\n<\/tr>\n<tr>\n<td> <i class=\"fa fa-clock-o\"><\/i> Published: <\/td>\n<td> January 20, 2024 <\/td>\n<\/tr>\n<tr>\n<td> <i class=\"fa fa-file-code-o\"><\/i> File Type:<\/td>\n<td>zip archive (HTML, CSS &#038; JavaScript )<\/td>\n<\/tr>\n<tr>\n<td> <i class=\"fa fa-file-archive-o\"><\/i> Package Size:<\/td>\n<td>File path is not allowed!<\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-link\"><\/i> Dependencies:<\/td>\n<td><a title=\"jQuery is a lightweight, write less, do more JavaScript library.\" href=\"https:\/\/jquery.com\/download\/\" target=\"_blank\" class=\"external\" rel=\"noopener noreferrer\">jQuery 3.0 <\/a> or Latest version and <a title=\"Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.\" href=\"https:\/\/getbootstrap.com\/docs\/4.3\/getting-started\/download\/\" class=\"external\" target=\"_blank\" rel=\"noopener noreferrer\">Bootstrap 4.1.3 <\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"code-preview\">\n<figure class=\"cm-plugin-preview\"> <div id=\"featured-img-id\"><img decoding=\"async\" src=\"https:\/\/codehim.com\/wp-content\/uploads\/2020\/03\/bootstrap-circle-progress-bar-animation.jpg\" alt=\"Bootstrap Circle Progress Bar Animation\" \/><\/div> <\/figure>\n<\/div>\n<div class=\"cm-clear\"><\/div>\n<div class=\"plugin-meta\">\n<div class=\"cm-meta post-publish-date\"> Last Modified: <time> [last-modified] <\/time><\/div>\n<div class=\"cm-meta plugin-licence\" title=\"Licence\"> MIT <\/div>\n<div class=\"cm-meta code-fork\"> <a href=\"https:\/\/codepen.io\/rsmoke\/pen\/ZaobJO?__cf_chl_jschl_tk__=5ace9a2cc86aea7ca53f2f6b1cb430e902f451b1-1584810016-0-AWrJi_MYIva3qKJukYKSdMzaSb5NqmcdDEU6MmIZLTm_vr2kCZ7NkAEiqWOOfT4sBvR8pPDLJYu5kyHHC5mhE2sj-JgIvvpQ6iEcnKdD3iqvaoV7ZU_Ehp_MI9IL5mbZjL6qnK8CxtEEMmW4nfCdZiihzOUN_C2bmCTbT87tAg7HsFdUOVnkffMyAXK0igt4A5jePw-Di9ghtaSNFG_2JBH6-3XgJSfxVKCrOBvjStLRcyBsnAm4A0Hb6iKY4SexMAtfkUezzOgSwMcXoXZCE2PporjmwZC7_fBVId3ijOxRHvRdLyNAENKCMQjXEdYgAy5wbv5z4x3uTMCUoXEO8YjllztGAk6ApZd9l1o7W_mW\" target=\"_blank\" title=\"Fork on CodePen\" rel=\"noopener noreferrer\"> Fork on CodePen<\/a> <\/div>\n<div class=\"cm-meta post-views\" title=\"Views\"> 9,736 <\/div>\n<\/div>\n<\/section>\n<\/div>\n<section class=\"cm-btn-group\">\n<div class=\"cd-action down-btns\">\n<a title=\"View live preview\" class=\"btn demo\" target=\"_blank\" href=\"\/demo\/bootstrap-circle-progress-bar-animation\" rel=\"noopener noreferrer\"> Demo <\/a> <a title=\"Download distributed version\" class=\"btn download\" href=\"\/download\/bootstrap-circle-progress-bar-animation.zip\" rel=\"nofollow\"> Download <\/a>\n<\/div>\n<div class=\"codehim-share\">\n<span class=\"share-title\">Share this:<\/span> <span class=\"share-btn-container\"> <\/span>\n<\/div>\n<\/section>\n<section class=\"code-quality cm-box\">\n[ad_after_overview]<br \/>\n<\/section>\n<div class=\"cm-clear\"><\/div>\n<h2 class=\"tab-title\"> How to Create Bootstrap Circle Progress Bar Animation <\/h2>\n<p>1. First of all, load the jQuery and Bootstrap into your HTML page in order to build circular progress bar animation.<\/p>\n<pre class=\"prettyprint lang-html linenums\">\r\n&lt;!-- jQuery --&gt;\r\n&lt;script src=\"https:\/\/code.jquery.com\/jquery-3.4.1.min.js\"&gt;&lt;\/script&gt;\r\n&lt;!-- Bootstrap CSS --&gt;\r\n&lt;link href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.3.1\/css\/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-ggOyR0iXCbMQv3Xipma34MD+dH\/1fQ784\/j6cY\/iJTQUOhcWr7x9JvoRxT2MZw1T\" crossorigin=\"anonymous\"&gt;\r\n&lt;!-- Bootstrap JS --&gt;\r\n&lt;script src=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.3.1\/js\/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf\/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"&gt;&lt;\/script&gt;\r\n<\/pre>\n<p> 2. In next step, include the Circle Progress Bar Animation&#8217;s CSS file in your website\/app project.<\/p>\n<pre class=\"prettyprint lang-html linenums\">&lt;!-- Circle Progress Bar Animation CSS --&gt;\r\n&lt;link rel=\"stylesheet\" href=\"css\/.css\"&gt;<\/pre>\n<p> 3. Create HTML structure for circle progress bar like below:<\/p>\n<pre class=\"prettyprint lang-html linenums\">        &lt;div class=\"modal js-loading-bar\"&gt;\r\n          &lt;div class=\"modal-dialog\"&gt;\r\n            &lt;div class=\"modal-content\"&gt;\r\n              &lt;div class=\"modal-body\"&gt;\r\n\r\n                &lt;div class=\"progress blue\"&gt;\r\n                  &lt;span class=\"progress-left\"&gt;\r\n                    &lt;span class=\"progress-bar\"&gt;&lt;\/span&gt;\r\n                  &lt;\/span&gt;\r\n                  &lt;span class=\"progress-right\"&gt;\r\n                    &lt;span class=\"progress-bar\"&gt;&lt;\/span&gt;\r\n                  &lt;\/span&gt;\r\n                  &lt;div class=\"progress-value\"&gt;Loading...&lt;\/div&gt;\r\n                &lt;\/div&gt;\r\n\r\n              &lt;\/div&gt;\r\n            &lt;\/div&gt;\r\n          &lt;\/div&gt;<\/pre>\n<p> 4. Finally, add the following jQuery code snippet to active the progress bar animation.<\/p>\n<pre class=\"prettyprint lang-js linenums\">$(document).ready(function(){\r\n\tthis.$('.js-loading-bar').modal({\r\n  backdrop: 'static',\r\n  show: false\r\n});\r\n\r\n$('#load').click(function() {\r\n  var $modal = $('.js-loading-bar'),\r\n      $bar = $modal.find('.progress');\r\n  \r\n  $modal.modal('show');\r\n  $bar.addClass('animate');\r\n\r\n  setTimeout(function() {\r\n    $bar.removeClass('animate');\r\n    $modal.modal('hide');\r\n  }, 7000);\r\n});\r\n});<\/pre>\n<div class=\"cm-box\">\n<div class=\"box-inner\">\n[ad_after_artical]\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Yet another code snippet for Bootstrap to create a circle progress bar animation. The code contains a lightweight jQuery function&#8230;<\/p>\n","protected":false},"author":1,"featured_media":4864,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[56],"tags":[],"class_list":["post-4861","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-others"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bootstrap Circle Progress Bar Animation &#8212; CodeHim<\/title>\n<meta name=\"description\" content=\"Do you want to create a circle progress bar animation in Bootstrap? Here is a step by step guide and code for circlular\/radial progress bar animation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bootstrap Circle Progress Bar Animation &#8212; CodeHim\" \/>\n<meta property=\"og:description\" content=\"Do you want to create a circle progress bar animation in Bootstrap? Here is a step by step guide and code for circlular\/radial progress bar animation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeHim\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codehimofficial\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-20T17:09:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-22T10:47:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codehim.com\/wp-content\/uploads\/2020\/03\/bootstrap-circle-progress-bar-animation.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1205\" \/>\n\t<meta property=\"og:image:height\" content=\"905\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Asif Mughal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:site\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asif Mughal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/\"},\"author\":{\"name\":\"Asif Mughal\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\"},\"headline\":\"Bootstrap Circle Progress Bar Animation\",\"datePublished\":\"2024-01-20T17:09:00+00:00\",\"dateModified\":\"2024-01-22T10:47:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/\"},\"wordCount\":195,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2020\/03\/bootstrap-circle-progress-bar-animation.jpg\",\"articleSection\":[\"Others\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/\",\"url\":\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/\",\"name\":\"Bootstrap Circle Progress Bar Animation &#8212; CodeHim\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2020\/03\/bootstrap-circle-progress-bar-animation.jpg\",\"datePublished\":\"2024-01-20T17:09:00+00:00\",\"dateModified\":\"2024-01-22T10:47:03+00:00\",\"description\":\"Do you want to create a circle progress bar animation in Bootstrap? Here is a step by step guide and code for circlular\/radial progress bar animation.\",\"breadcrumb\":{\"@id\":\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#primaryimage\",\"url\":\"https:\/\/codehim.com\/wp-content\/uploads\/2020\/03\/bootstrap-circle-progress-bar-animation.jpg\",\"contentUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2020\/03\/bootstrap-circle-progress-bar-animation.jpg\",\"width\":1205,\"height\":905,\"caption\":\"Bootstrap Circle Progress Bar Animation\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codehim.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Others\",\"item\":\"https:\/\/codehim.com\/category\/others\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Bootstrap Circle Progress Bar Animation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codehim.com\/#website\",\"url\":\"https:\/\/codehim.com\/\",\"name\":\"CodeHim\",\"description\":\"Web Design Code Snippets\",\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"alternateName\":\"Web Design Codes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codehim.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codehim.com\/#organization\",\"name\":\"CodeHim - Web Design Code & Scripts\",\"url\":\"https:\/\/codehim.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"contentUrl\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"width\":280,\"height\":280,\"caption\":\"CodeHim - Web Design Code & Scripts\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codehimofficial\",\"https:\/\/x.com\/CodeHimOfficial\",\"https:\/\/www.instagram.com\/codehim\/\",\"https:\/\/www.linkedin.com\/company\/codehim\",\"https:\/\/co.pinterest.com\/codehim\/\",\"https:\/\/www.youtube.com\/@codehim\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\",\"name\":\"Asif Mughal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"caption\":\"Asif Mughal\"},\"description\":\"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.\",\"sameAs\":[\"https:\/\/codehim.com\"],\"url\":\"https:\/\/codehim.com\/author\/asif-mughal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bootstrap Circle Progress Bar Animation &#8212; CodeHim","description":"Do you want to create a circle progress bar animation in Bootstrap? Here is a step by step guide and code for circlular\/radial progress bar animation.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/","og_locale":"en_US","og_type":"article","og_title":"Bootstrap Circle Progress Bar Animation &#8212; CodeHim","og_description":"Do you want to create a circle progress bar animation in Bootstrap? Here is a step by step guide and code for circlular\/radial progress bar animation.","og_url":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/","og_site_name":"CodeHim","article_publisher":"https:\/\/www.facebook.com\/codehimofficial","article_published_time":"2024-01-20T17:09:00+00:00","article_modified_time":"2024-01-22T10:47:03+00:00","og_image":[{"width":1205,"height":905,"url":"https:\/\/codehim.com\/wp-content\/uploads\/2020\/03\/bootstrap-circle-progress-bar-animation.jpg","type":"image\/jpeg"}],"author":"Asif Mughal","twitter_card":"summary_large_image","twitter_creator":"@CodeHimOfficial","twitter_site":"@CodeHimOfficial","twitter_misc":{"Written by":"Asif Mughal","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#article","isPartOf":{"@id":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/"},"author":{"name":"Asif Mughal","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed"},"headline":"Bootstrap Circle Progress Bar Animation","datePublished":"2024-01-20T17:09:00+00:00","dateModified":"2024-01-22T10:47:03+00:00","mainEntityOfPage":{"@id":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/"},"wordCount":195,"commentCount":0,"publisher":{"@id":"https:\/\/codehim.com\/#organization"},"image":{"@id":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2020\/03\/bootstrap-circle-progress-bar-animation.jpg","articleSection":["Others"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/","url":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/","name":"Bootstrap Circle Progress Bar Animation &#8212; CodeHim","isPartOf":{"@id":"https:\/\/codehim.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#primaryimage"},"image":{"@id":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2020\/03\/bootstrap-circle-progress-bar-animation.jpg","datePublished":"2024-01-20T17:09:00+00:00","dateModified":"2024-01-22T10:47:03+00:00","description":"Do you want to create a circle progress bar animation in Bootstrap? Here is a step by step guide and code for circlular\/radial progress bar animation.","breadcrumb":{"@id":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#primaryimage","url":"https:\/\/codehim.com\/wp-content\/uploads\/2020\/03\/bootstrap-circle-progress-bar-animation.jpg","contentUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2020\/03\/bootstrap-circle-progress-bar-animation.jpg","width":1205,"height":905,"caption":"Bootstrap Circle Progress Bar Animation"},{"@type":"BreadcrumbList","@id":"https:\/\/codehim.com\/others\/bootstrap-circle-progress-bar-animation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codehim.com\/"},{"@type":"ListItem","position":2,"name":"Others","item":"https:\/\/codehim.com\/category\/others\/"},{"@type":"ListItem","position":3,"name":"Bootstrap Circle Progress Bar Animation"}]},{"@type":"WebSite","@id":"https:\/\/codehim.com\/#website","url":"https:\/\/codehim.com\/","name":"CodeHim","description":"Web Design Code Snippets","publisher":{"@id":"https:\/\/codehim.com\/#organization"},"alternateName":"Web Design Codes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codehim.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codehim.com\/#organization","name":"CodeHim - Web Design Code & Scripts","url":"https:\/\/codehim.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/","url":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","contentUrl":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","width":280,"height":280,"caption":"CodeHim - Web Design Code & Scripts"},"image":{"@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codehimofficial","https:\/\/x.com\/CodeHimOfficial","https:\/\/www.instagram.com\/codehim\/","https:\/\/www.linkedin.com\/company\/codehim","https:\/\/co.pinterest.com\/codehim\/","https:\/\/www.youtube.com\/@codehim"]},{"@type":"Person","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed","name":"Asif Mughal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","caption":"Asif Mughal"},"description":"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.","sameAs":["https:\/\/codehim.com"],"url":"https:\/\/codehim.com\/author\/asif-mughal\/"}]}},"views":9736,"_links":{"self":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/4861","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/comments?post=4861"}],"version-history":[{"count":0,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/4861\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media\/4864"}],"wp:attachment":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media?parent=4861"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/categories?post=4861"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/tags?post=4861"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}