{"id":1599,"date":"2024-01-17T16:47:00","date_gmt":"2024-01-17T16:47:00","guid":{"rendered":"https:\/\/codehim.com\/?p=1599"},"modified":"2024-01-22T14:49:08","modified_gmt":"2024-01-22T09:49:08","slug":"animated-infographics-with-html-css-jquery","status":"publish","type":"post","link":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/","title":{"rendered":"Animated Infographics with HTML CSS &#038; jQuery"},"content":{"rendered":"<section class=\"cm-tb\">\n<div class=\"cm-row\">\n<p class=\"plugin-intro\">A lightweight jQuery plugin to create touch enabled, animated infographics with HTML CSS &#038; jQuery. It lets you to animate \/ slide contents around circle with smooth transitions.  <\/p>\n<\/p><\/div>\n<div class=\"cm-row\">\n<\/div>\n<\/section>\n<section class=\"codehim-wrapper\">\n<div class=\"d-row\">\n<h2>Plugin Preview<\/h2>\n<figure class=\"item-preview\">\n<div id=\"featured-img-id\"><img decoding=\"async\" src=\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/circle-slider-jquery-plugin.jpg\" alt=\"Animated Infographics with HTML CSS &amp; jQuery\" \/><\/div><\/figure>\n<div class=\"item-like-share\">\n<div class=\"codehim-share\"> <span class=\"share-title\">Share this:<\/span> <span class=\"share-btn-container\"> <\/span> <\/div><\/p>\n<\/div>\n<p><span class=\"small-text\"><a href=\"https:\/\/codehim.com\/how-to-start-using-jquery\/\"> How to start using jQuery?<\/a><\/span><br \/>\n<span class=\"large-text\"><a href=\"https:\/\/codehim.com\"> More jQuery Top, Best and New Plugins <\/a><\/span><br \/>\n<span class=\"small-text\"><a href=\"https:\/\/codehim.com\/tag\/top-100\/\"> Top 100 jQuery Plugins<\/a><\/span><\/p>\n<\/div>\n<div class=\"d-row\">\n<h2> Plugin Overview<\/h2>\n<table class=\"plugin-overview\">\n<tbody>\n<tr>\n<td><i class=\"fa fa-plug\"><\/i> Plugin:<\/td>\n<td> circle-slider (Animated Infographics)<\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-user\"><\/i> Author:<\/td>\n<td> neyron163 <\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-file-text-o\"><\/i> Licence:<\/td>\n<td><a href=\"https:\/\/opensource.org\/licenses\/MIT\" class=\"external\" target=\"_blank\" rel=\"noopener noreferrer\"> MIT Licence <\/a><\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-calendar-check-o\"><\/i> Published:<\/td>\n<td class=\"publish-date\">January 17, 2024\n<\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-github\"><\/i>Repository:<\/td>\n<td> <a href=\"https:\/\/github.com\/neyron163\/circle-slider-jquery\" target=\"_blank\" class=\"external\" rel=\"noopener noreferrer\">Fork on GitHub <\/a><\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-link\"><\/i> Dependencies:<\/td>\n<td><a href=\"https:\/\/jquery.com\/download\/\" target=\"_blank\" class=\"external\" rel=\"noopener noreferrer\">jQuery 1.3.1 <\/a> or Latest version and <a href=\"https:\/\/github.com\/mattbryson\/TouchSwipe-Jquery-Plugin\" class=\"external\" target=\"_blank\" rel=\"noopener noreferrer\"> jQuery Touch Swipe 1.6 <\/a> or Latest <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-file-code-o\"><\/i> File Type:<\/td>\n<td>zip archive (HTML, CSS &amp; JavaScript)<\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-file-archive-o\"><\/i> Package Size:<\/td>\n<td>2.15 MB<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"cd-action\"><a class=\"btn demo\" target=\"_blank\" href=\"https:\/\/codehim.com\/demo\/circle-slider-animated-infographics\/\" rel=\"nofollow noopener noreferrer\"> Demo <\/a><a class=\"btn download\" href=\"https:\/\/codehim.com\/download\/circle-slider-animated-infographics.zip\" rel=\"nofollow\"> Download<\/a><\/div>\n<\/div>\n<\/section>\n<div class=\"ad-after-overview\">\n<\/div>\n<h2> How to Use <small> Animated Infographics <\/small>:<\/h2>\n<p>1. To getting started with <strong> Animated Infographics <\/strong> Circle Slider, load the <code>jQuery<\/code> and <code title=\"A touch library for jQuery\"> Touch Swipe <\/code> into your HTML page.<\/p>\n<pre class=\"prettyprint lang-html\">\r\n&lt;!-- jQuery --&gt;\r\n&lt;script src=\"https:\/\/code.jquery.com\/jquery-3.4.0.min.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;!-- jQuery Touch Swipe --&gt;\r\n&lt;script src=\"http:\/\/delanosolutions.com\/static\/js\/jquery.touchSwipe.js\"&gt;&lt;\/script&gt;\r\n<\/pre>\n<p>2. Now, load the <code> index<\/code>&#8216;s CSS and JavaScript file for circular animations and for basic styles.<\/p>\n<pre class=\"prettyprint lang-html\">\r\n&lt;!-- Animated Infographics CSS --&gt;\r\n&lt;link rel=\"stylesheet\" href=\".\/index.css\"&gt;\r\n\r\n&lt;!-- Animated Infographics JS --&gt;\r\n&lt;script src=\".\/index.js\"&gt;&lt;\/script&gt;\r\n<\/pre>\n<p>3. Create basic HTML structure like below for your infographic&#8217;s contents. <\/p>\n<pre class=\"prettyprint lang-html\">\r\n &lt;div id=\"businessCycle\"&gt;\r\n        &lt;div class=\"grid no-padding\"&gt;\r\n          &lt;svg viewBox=\"0 0 1380 60\" class=\"svg-piece\"&gt;\r\n            &lt;path id=\"arch\" width=\"1380px\" height=\"60px\" fill=\"#f5f5f5\" d=\"M0,0h1380c0,31.3,0,31.3,0,60C1139,24.1,914.4,0.2,690,0C464.7-0.2,239.5,23.4,0,60\r\n                C0,45.3,0,45.3,0,0z\"&gt;&lt;\/path&gt;\r\n          &lt;\/svg&gt;\r\n          &lt;div class=\"flex__container\"&gt;\r\n            &lt;div class=\"watch__block\"&gt;\r\n              &lt;h2 class=\"title_h1\" style=\"max-width: 300px;\"&gt;Business Life Cycle&lt;\/h2&gt;\r\n            &lt;\/div&gt;\r\n            &lt;div class=\"slider-circle\"&gt;\r\n\r\n                &lt;div class=\"slide-item\"&gt;\r\n                  &lt;div class=\"icon icon-rocket\"&gt;&lt;\/div&gt;\r\n                  &lt;h3 class=\"rest__title_h4\"&gt;1. Start-up&lt;\/h3&gt;\r\n                  &lt;p class=\"description_small\"&gt;Starting a new business requires extensive planning and preparation. Many\r\n                    new start-ups fail, simply because they don\u2019t have the resources, infrastructure, or expertise to\r\n                    ensure all the pillars to success are upheld.&lt;\/p&gt;&lt;a href=\"\/startup-consulting\/\" class=\"link\"&gt;Learn More&lt;\/a&gt;\r\n                &lt;\/div&gt;\r\n    \r\n                &lt;div class=\"slide-item\"&gt;\r\n                  &lt;div class=\"icon icon-schedule\"&gt;&lt;\/div&gt;\r\n                  &lt;h3 class=\"rest__title_h4\"&gt;2. Growth&lt;\/h3&gt;\r\n                  &lt;p class=\"description_small\"&gt;Growing your business involves managing the complexity of, not only sales\r\n                    but, organizational structure, processes, and resources.&lt;\/p&gt;&lt;a href=\"\/business-growth-strategies\/\"\r\n                    class=\"link\"&gt;Learn More&lt;\/a&gt;\r\n                &lt;\/div&gt;\r\n    \r\n                &lt;div class=\"slide-item\"&gt;\r\n                  &lt;div class=\"icon icon-growth\"&gt;&lt;\/div&gt;\r\n                  &lt;h3 class=\"rest__title_h4\"&gt;3. Expansion&lt;\/h3&gt;\r\n                  &lt;p class=\"description_small\"&gt;Your organization offers a valuable product or service in the marketplace,\r\n                    and you have been able to reach a growth platform.&lt;\/p&gt;&lt;a href=\"\/business-expansion\/\" class=\"link\"&gt;Learn\r\n                    More&lt;\/a&gt;\r\n                &lt;\/div&gt;\r\n    \r\n                &lt;div class=\"slide-item\"&gt;\r\n                  &lt;div class=\"icon icon-portfolio\"&gt;&lt;\/div&gt;\r\n                  &lt;h3 class=\"rest__title_h4\"&gt;4. Maturity&lt;\/h3&gt;\r\n                  &lt;p class=\"description_small\"&gt;Your business has expanded, and you are reaching the height of your success\r\n                    in your market.&lt;\/p&gt;&lt;a href=\"\/business-maturity\/\" class=\"link\"&gt;Learn More&lt;\/a&gt;\r\n                &lt;\/div&gt;\r\n                \r\n                &lt;div class=\"slide-item\"&gt;\r\n                  &lt;div class=\"icon icon-idea\"&gt;&lt;\/div&gt;\r\n                  &lt;h3 class=\"rest__title_h4\"&gt;5. Transition&lt;\/h3&gt;\r\n                  &lt;p class=\"description_small\"&gt;Your business has expanded, and you are reaching the height of your success\r\n                    in your market.&lt;\/p&gt;&lt;a href=\"\/business-transition\/\" class=\"link\"&gt;Learn More&lt;\/a&gt;\r\n                &lt;\/div&gt;\r\n                \r\n                &lt;div class=\"next\"&gt;&lt;\/div&gt;\r\n\r\n                &lt;\/div&gt;\r\n              &lt;\/div&gt;\r\n          &lt;\/div&gt;\r\n        &lt;\/div&gt;\r\n<\/pre>\n<p>4. Finally, initialize the plugin in jQuery document ready function and done. <\/p>\n<pre class=\"prettyprint lang-js\">\r\n$(document).ready(function(){\r\n\r\n   $('.slider-circle').wet({speed: 500});\r\n\r\n});\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>A lightweight jQuery plugin to create touch enabled, animated infographics with HTML CSS &#038; jQuery. It lets you to animate&#8230;<\/p>\n","protected":false},"author":1,"featured_media":1600,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[63,56],"tags":[79,78],"class_list":["post-1599","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-html5-css3","category-others","tag-slider","tag-scrolling"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Animated Infographics with HTML CSS &amp; jQuery &#8212; CodeHim<\/title>\n<meta name=\"description\" content=\"jQuery plugin to create animated infographics with HTML CSS &amp; jQuery. It lets you to animate \/ slide contents around circle with smooth transitions.\" \/>\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\/html5-css3\/animated-infographics-with-html-css-jquery\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Animated Infographics with HTML CSS &amp; jQuery &#8212; CodeHim\" \/>\n<meta property=\"og:description\" content=\"jQuery plugin to create animated infographics with HTML CSS &amp; jQuery. It lets you to animate \/ slide contents around circle with smooth transitions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/\" \/>\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-17T16:47:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-22T09:49:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/circle-slider-jquery-plugin.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"962\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/\"},\"author\":{\"name\":\"Asif Mughal\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\"},\"headline\":\"Animated Infographics with HTML CSS &#038; jQuery\",\"datePublished\":\"2024-01-17T16:47:00+00:00\",\"dateModified\":\"2024-01-22T09:49:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/\"},\"wordCount\":150,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/circle-slider-jquery-plugin.jpg\",\"keywords\":[\"Image Sliders\",\"Scrolling Effects\"],\"articleSection\":[\"HTML5 &amp; CSS3\",\"Others\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/\",\"url\":\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/\",\"name\":\"Animated Infographics with HTML CSS & jQuery &#8212; CodeHim\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/circle-slider-jquery-plugin.jpg\",\"datePublished\":\"2024-01-17T16:47:00+00:00\",\"dateModified\":\"2024-01-22T09:49:08+00:00\",\"description\":\"jQuery plugin to create animated infographics with HTML CSS & jQuery. It lets you to animate \/ slide contents around circle with smooth transitions.\",\"breadcrumb\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#primaryimage\",\"url\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/circle-slider-jquery-plugin.jpg\",\"contentUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/circle-slider-jquery-plugin.jpg\",\"width\":1280,\"height\":962,\"caption\":\"Animated Infographics with HTML CSS & jQuery\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codehim.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTML5 &amp; CSS3\",\"item\":\"https:\/\/codehim.com\/category\/html5-css3\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Animated Infographics with HTML CSS &#038; jQuery\"}]},{\"@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":"Animated Infographics with HTML CSS & jQuery &#8212; CodeHim","description":"jQuery plugin to create animated infographics with HTML CSS & jQuery. It lets you to animate \/ slide contents around circle with smooth transitions.","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\/html5-css3\/animated-infographics-with-html-css-jquery\/","og_locale":"en_US","og_type":"article","og_title":"Animated Infographics with HTML CSS & jQuery &#8212; CodeHim","og_description":"jQuery plugin to create animated infographics with HTML CSS & jQuery. It lets you to animate \/ slide contents around circle with smooth transitions.","og_url":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/","og_site_name":"CodeHim","article_publisher":"https:\/\/www.facebook.com\/codehimofficial","article_published_time":"2024-01-17T16:47:00+00:00","article_modified_time":"2024-01-22T09:49:08+00:00","og_image":[{"width":1280,"height":962,"url":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/circle-slider-jquery-plugin.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":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#article","isPartOf":{"@id":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/"},"author":{"name":"Asif Mughal","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed"},"headline":"Animated Infographics with HTML CSS &#038; jQuery","datePublished":"2024-01-17T16:47:00+00:00","dateModified":"2024-01-22T09:49:08+00:00","mainEntityOfPage":{"@id":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/"},"wordCount":150,"commentCount":0,"publisher":{"@id":"https:\/\/codehim.com\/#organization"},"image":{"@id":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/circle-slider-jquery-plugin.jpg","keywords":["Image Sliders","Scrolling Effects"],"articleSection":["HTML5 &amp; CSS3","Others"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/","url":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/","name":"Animated Infographics with HTML CSS & jQuery &#8212; CodeHim","isPartOf":{"@id":"https:\/\/codehim.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#primaryimage"},"image":{"@id":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/circle-slider-jquery-plugin.jpg","datePublished":"2024-01-17T16:47:00+00:00","dateModified":"2024-01-22T09:49:08+00:00","description":"jQuery plugin to create animated infographics with HTML CSS & jQuery. It lets you to animate \/ slide contents around circle with smooth transitions.","breadcrumb":{"@id":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#primaryimage","url":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/circle-slider-jquery-plugin.jpg","contentUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/circle-slider-jquery-plugin.jpg","width":1280,"height":962,"caption":"Animated Infographics with HTML CSS & jQuery"},{"@type":"BreadcrumbList","@id":"https:\/\/codehim.com\/html5-css3\/animated-infographics-with-html-css-jquery\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codehim.com\/"},{"@type":"ListItem","position":2,"name":"HTML5 &amp; CSS3","item":"https:\/\/codehim.com\/category\/html5-css3\/"},{"@type":"ListItem","position":3,"name":"Animated Infographics with HTML CSS &#038; jQuery"}]},{"@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":10516,"_links":{"self":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/1599","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=1599"}],"version-history":[{"count":0,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/1599\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media\/1600"}],"wp:attachment":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media?parent=1599"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/categories?post=1599"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/tags?post=1599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}