{"id":5741,"date":"2020-03-10T16:31:35","date_gmt":"2020-03-10T16:31:35","guid":{"rendered":"https:\/\/webdevtrick.com\/?p=5741"},"modified":"2020-03-10T16:31:35","modified_gmt":"2020-03-10T16:31:35","slug":"material-hamburger-menu-transform","status":"publish","type":"post","link":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/","title":{"rendered":"Material Hamburger Menu Transform Effect | Side Menu Transformation"},"content":{"rendered":"<p><strong>How we can create a hamburger menu transformation with material design? Solution: See this Material Hamburger Menu Transform Effect, Side Menu Transformation.<\/strong><\/p>\n<p>Previously I have shared some <span><a href=\"https:\/\/webdevtrick.com\/tag\/hamburger\" target=\"_blank\" rel=\"noopener noreferrer\">hamburger<\/a><\/span> related programs, but this is a <strong>hamburger menu<\/strong> transformation with material design. Basically, the hamburger is a <strong>menu<\/strong> with three rectangular shapes layer, like a real hamburger. And after <strong>transform<\/strong> when menu items reveal, the h<strong>amburger icons<\/strong> mostly transforms into a <strong>cross or back arrow<\/strong> icon.<\/p>\n<p>Today you will learn to create<strong> Side Menu Transformation<\/strong> with <span><a href=\"https:\/\/webdevtrick.com\/tag\/material-design\" target=\"_blank\" rel=\"noopener noreferrer\">material design<\/a><\/span>. Basically, there is a hamburger menu icon, when you will click on it then a <strong>slide-out menu<\/strong> will reveal with some menu items. Then the menu icon will<strong> transform into<\/strong> a<strong> back or left-arrow icon<\/strong>. After clicking the back icon then the program becomes as first, you will see only a menu icon.<\/p>\n<p>So, Today I am sharing the <strong>Material Hamburger Menu<\/strong> Transform Effect. There I have used HTML to create the layout and CSS for the design and animation, JavaScript is for <span><a href=\"https:\/\/webdevtrick.com\/tag\/toggle\" target=\"_blank\" rel=\"noopener noreferrer\">toggle<\/a><\/span> open and close function. This is a cool <strong>menu<\/strong> program, and it can be used desktop and mobile both you don&#8217;t have to create different menu for <strong>responsive design<\/strong>. You can use this program on your website, after menu items modification.<\/p>\n<p>If you are thinking now how this menu icon animation actually is, then see the preview given below.<\/p>\n<h3>Preview Of Side Menu Transformation<\/h3>\n<p>See this video preview to getting an idea of how this menu icon looks like.<\/p>\n<div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-5741-1\" width=\"640\" height=\"310\" loop autoplay preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/material-menu-transform.mp4?_=1\" \/><a href=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/material-menu-transform.mp4\">https:\/\/webdevtrick.com\/wp-content\/uploads\/material-menu-transform.mp4<\/a><\/video><\/div>\n<a class=\"maxbutton-2 maxbutton maxbutton-demo\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/webdevtrick.com\/demos\/material-menu-transform\/\"><span class='mb-text'>Live Demo<\/span><\/a>\n<p>Now you can see this program visually, also you can see it live by pressing the button given above. If you like this, then get the <strong>source code<\/strong> of its.<\/p>\n<p><span style=\"font-size: 14pt;\">You May Also Like:<\/span><\/p>\n<ul>\n \t<span><\/p>\n<li><a href=\"https:\/\/webdevtrick.com\/text-to-search-input-animation\/\" target=\"_blank\" rel=\"noopener noreferrer\">Text to Search Input Animation<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/full-screen-modal-nav\/\" target=\"_blank\" rel=\"noopener noreferrer\">Full Screen Modal Nav<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/full-screen-modal-nav\/\" target=\"_blank\" rel=\"noopener noreferrer\">Twitter Intent Generator<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/css-material-login-signup-form\/\" target=\"_blank\" rel=\"noopener noreferrer\">Material Login &amp; Signup Form<\/a><\/li>\n<p><\/span>\n<\/ul>\n<h2>Material Hamburger Menu Transform Effect Source Code<\/h2>\n<p>Before <strong>sharing source code<\/strong>, let&#8217;s talk about it. First I have created a section with a class name container and placed all elements inside it. Inside the main section, I have created 2 more <strong>sections<\/strong>. The first section for the menu and back icon, and the second section for the menu icon. Inside the sections, I have placed other elements like <span><a href=\"https:\/\/webdevtrick.com\/tag\/button\" target=\"_blank\" rel=\"noopener noreferrer\">buttons<\/a><\/span> and divs. Also in the<strong> HTML file<\/strong>, I have linked other files like CSS and JavaScript.<\/p>\n<p>Now <strong>using CSS<\/strong> I have placed all the items in the right place, as you can in preview. With CSS first I gave basic values like size, position, margin, padding, etc to the elements. There I have used CSS <strong>@keyframe<\/strong> command to create animation. And used <span class=\"lang:default decode:true crayon-inline \">transform<\/span> command to creating the menu icon transformation.<\/p>\n<p>JavaScript handling here the<strong> toggle on-off feature<\/strong> on the menu. There I have used <span class=\"lang:default decode:true crayon-inline \">document.querySelector<\/span> fetched the elements and detect <span><a href=\"https:\/\/webdevtrick.com\/pure-css-click-effect\/\" target=\"_blank\" rel=\"noopener noreferrer\">clicks<\/a> <\/span>using <span class=\"lang:default decode:true crayon-inline \">.addEventListener<\/span> command. I used <span class=\"lang:default decode:true crayon-inline \">if{} else{}<\/span> statements to declare conditions. Left all other things you will understand after <strong>getting the codes<\/strong>, I can&#8217;t explain all in writing.<\/p>\n<p>For creating this program you have to create 3 files. First file for <strong>HTML<\/strong>, second for <strong>CSS<\/strong>, and third file for <strong>JavaScript<\/strong>. Follow the steps to creating this program without any error.<\/p>\n<p><span style=\"font-size: 14pt;\">index.html<\/span><\/p>\n<p>Create an HTML file named &#8216;<em><strong>index.html<\/strong><\/em>&#8216; and put these codes given below.<\/p>\n<pre class=\"height-set:true height:750 lang:xhtml decode:true \" title=\"index.html\">&lt;!DOCTYPE html&gt;\r\n&lt;!--Code By Webdevtrick ( https:\/\/webdevtrick.com )--&gt;\r\n&lt;html lang=\"en\" &gt;\r\n&lt;head&gt;\r\n  &lt;meta charset=\"UTF-8\"&gt;\r\n  &lt;title&gt;Material Design Hamburger | Webdevtrick.com&lt;\/title&gt;\r\n  &lt;link rel=\"stylesheet\" href=\"style.css\"&gt;\r\n\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n\r\n  &lt;section class=\"container\"&gt;\r\n\r\n  &lt;section class=\"material-design-hamburger\"&gt;\r\n    &lt;button class=\"material-design-hamburger__icon\"&gt;\r\n    &lt;span class=\"material-design-hamburger__layer\"&gt;&lt;\/span&gt;\r\n    &lt;\/button&gt;\r\n  &lt;\/section&gt;\r\n\r\n  &lt;section class=\"menu menu--off\"&gt;\r\n    &lt;div&gt;HOME&lt;\/div&gt;\r\n    &lt;div&gt;ABOUT&lt;\/div&gt;\r\n    &lt;div&gt;SERVICES&lt;\/div&gt;\r\n    &lt;div&gt;CONTACT&lt;\/div&gt;\r\n  &lt;\/section&gt;\r\n  \r\n&lt;\/section&gt;\r\n\r\n&lt;script  src=\"function.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n<p><span style=\"font-size: 14pt;\">style.css<\/span><\/p>\n<p>Now create a CSS file named &#8216;<em><strong>style.css<\/strong><\/em>&#8216; and put these codes given here.<\/p>\n<pre class=\"height-set:true height:750 lang:css decode:true \" title=\"style.css\">\/* Code By Webdevtrick ( https:\/\/webdevtrick.com ) *\/\r\n@import url(https:\/\/fonts.googleapis.com\/css?family=Roboto);\r\n\r\nbody {\r\n  background: #ff4646;\r\n}\r\n\r\n.container {\r\n  height: 100%;\r\n  -webkit-transition: all 300ms ease-in-out;\r\n  transition: all 300ms ease-in-out;  \r\n  margin: 1em 0;\r\n  padding: 0;\r\n}\r\n\r\n.background--blur {\r\n  background: #ff2c2c;\r\n}\r\n\r\n.menu {\r\n  font-size:2em;\r\n  font-family: 'Roboto', sans-serif;\r\n  color: #333;\r\n}\r\n\r\n.menu div {\r\n  margin: 1em;\r\n  padding-bottom: 1em;\r\n  border-bottom: 1px solid #ccc;\r\n}\r\n.menu div:last-child {\r\n  border: 0;\r\n}\r\n\r\n.menu--off {\r\n  position: absolute;\r\n  left: -60%;\r\n  width: 60%;\r\n  display: block;\r\n  background: #eee;\r\n  min-height: 600px;\r\n  height: 125%;\r\n  margin-top: 1em;\r\n  -webkit-transition: all 300ms;\r\n  transition: all 300ms;\r\n}\r\n\r\n.menu--on {\r\n  left: 0;\r\n  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.2);\r\n  -webkit-transition: all 300ms;\r\n  transition: all 300ms;\r\n}\r\n\r\n.material-design-hamburger button {\r\n  display: block;\r\n  border: none;\r\n  background: none;\r\n  outline: 0;\r\n}\r\n\r\n.material-design-hamburger__icon {\r\n  padding: 3rem 1rem;\r\n  cursor: pointer;\r\n}\r\n\r\n.material-design-hamburger__layer {\r\n  display: block;\r\n  width: 100px;\r\n  height: 10px;\r\n  background: #eee;\r\n  position: relative;\r\n  -webkit-animation-duration: 300ms;\r\n          animation-duration: 300ms;\r\n  -webkit-animation-timing-function: ease-in-out;\r\n          animation-timing-function: ease-in-out;\r\n}\r\n\r\n.material-design-hamburger__layer:before, .material-design-hamburger__layer:after {\r\n  display: block;\r\n  width: inherit;\r\n  height: 10px;\r\n  position: absolute;\r\n  background: inherit;\r\n  left: 0;\r\n  content: '';\r\n  -webkit-animation-duration: 300ms;\r\n          animation-duration: 300ms;\r\n  -webkit-animation-timing-function: ease-in-out;\r\n          animation-timing-function: ease-in-out;\r\n}\r\n\r\n.material-design-hamburger__layer:before {\r\n  bottom: 200%;\r\n}\r\n\r\n.material-design-hamburger__layer:after {\r\n  top: 200%;\r\n}\r\n\r\n.material-design-hamburger__icon--to-arrow {\r\n  -webkit-animation-name: material-design-hamburger__icon--slide;\r\n          animation-name: material-design-hamburger__icon--slide;\r\n  -webkit-animation-fill-mode: forwards;\r\n          animation-fill-mode: forwards;\r\n}\r\n\r\n.material-design-hamburger__icon--to-arrow:before {\r\n  -webkit-animation-name: material-design-hamburger__icon--slide-before;\r\n          animation-name: material-design-hamburger__icon--slide-before;\r\n  -webkit-animation-fill-mode: forwards;\r\n          animation-fill-mode: forwards;\r\n}\r\n\r\n.material-design-hamburger__icon--to-arrow:after {\r\n  -webkit-animation-name: material-design-hamburger__icon--slide-after;\r\n          animation-name: material-design-hamburger__icon--slide-after;\r\n  -webkit-animation-fill-mode: forwards;\r\n          animation-fill-mode: forwards;\r\n}\r\n\r\n.material-design-hamburger__icon--from-arrow {\r\n  -webkit-animation-name: material-design-hamburger__icon--slide-from;\r\n          animation-name: material-design-hamburger__icon--slide-from;\r\n}\r\n\r\n.material-design-hamburger__icon--from-arrow:before {\r\n  -webkit-animation-name: material-design-hamburger__icon--slide-before-from;\r\n          animation-name: material-design-hamburger__icon--slide-before-from;\r\n}\r\n\r\n.material-design-hamburger__icon--from-arrow:after {\r\n  -webkit-animation-name: material-design-hamburger__icon--slide-after-from;\r\n          animation-name: material-design-hamburger__icon--slide-after-from;\r\n}\r\n\r\n@-webkit-keyframes material-design-hamburger__icon--slide {\r\n  0% {\r\n  }\r\n  100% {\r\n    -webkit-transform: rotate(180deg);\r\n            transform: rotate(180deg);\r\n  }\r\n}\r\n\r\n@keyframes material-design-hamburger__icon--slide {\r\n  0% {\r\n  }\r\n  100% {\r\n    -webkit-transform: rotate(180deg);\r\n            transform: rotate(180deg);\r\n  }\r\n}\r\n\r\n@-webkit-keyframes material-design-hamburger__icon--slide-before {\r\n  0% {\r\n  }\r\n  100% {\r\n    -webkit-transform: rotate(45deg);\r\n            transform: rotate(45deg);\r\n    margin: 3% 37%;\r\n    width: 75%;\r\n  }\r\n}\r\n\r\n@keyframes material-design-hamburger__icon--slide-before {\r\n  0% {\r\n  }\r\n  100% {\r\n    -webkit-transform: rotate(45deg);\r\n            transform: rotate(45deg);\r\n    margin: 3% 37%;\r\n    width: 75%;\r\n  }\r\n}\r\n\r\n@-webkit-keyframes material-design-hamburger__icon--slide-after {\r\n  0% {\r\n  }\r\n  100% {\r\n    -webkit-transform: rotate(-45deg);\r\n            transform: rotate(-45deg);\r\n    margin: 3% 37%;\r\n    width: 75%;\r\n  }\r\n}\r\n\r\n@keyframes material-design-hamburger__icon--slide-after {\r\n  0% {\r\n  }\r\n  100% {\r\n    -webkit-transform: rotate(-45deg);\r\n            transform: rotate(-45deg);\r\n    margin: 3% 37%;\r\n    width: 75%;\r\n  }\r\n}\r\n\r\n@-webkit-keyframes material-design-hamburger__icon--slide-from {\r\n  0% {\r\n    -webkit-transform: rotate(-180deg);\r\n            transform: rotate(-180deg);\r\n  }\r\n  100% {\r\n  }\r\n}\r\n\r\n@keyframes material-design-hamburger__icon--slide-from {\r\n  0% {\r\n    -webkit-transform: rotate(-180deg);\r\n            transform: rotate(-180deg);\r\n  }\r\n  100% {\r\n  }\r\n}\r\n\r\n@-webkit-keyframes material-design-hamburger__icon--slide-before-from {\r\n  0% {\r\n    -webkit-transform: rotate(45deg);\r\n            transform: rotate(45deg);\r\n    margin: 3% 37%;\r\n    width: 75%;\r\n  }\r\n  100% {\r\n  }\r\n}\r\n\r\n@keyframes material-design-hamburger__icon--slide-before-from {\r\n  0% {\r\n    -webkit-transform: rotate(45deg);\r\n            transform: rotate(45deg);\r\n    margin: 3% 37%;\r\n    width: 75%;\r\n  }\r\n  100% {\r\n  }\r\n}\r\n\r\n@-webkit-keyframes material-design-hamburger__icon--slide-after-from {\r\n  0% {\r\n    -webkit-transform: rotate(-45deg);\r\n            transform: rotate(-45deg);\r\n    margin: 3% 37%;\r\n    width: 75%;\r\n  }\r\n  100% {\r\n  }\r\n}\r\n\r\n@keyframes material-design-hamburger__icon--slide-after-from {\r\n  0% {\r\n    -webkit-transform: rotate(-45deg);\r\n            transform: rotate(-45deg);\r\n    margin: 3% 37%;\r\n    width: 75%;\r\n  }\r\n  100% {\r\n  }\r\n}<\/pre>\n<p><span style=\"font-size: 14pt;\">function.js<\/span><\/p>\n<p>The final step, create a JavaScript named &#8216;<em><strong>function.js<\/strong><\/em>&#8216; and put the codes.<\/p>\n<pre class=\"height-set:true height:750 lang:js decode:true \" title=\"function.js\">\/\/ Code By Webdevtrick ( https:\/\/webdevtrick.com )\r\n(function() {\r\n\r\n  'use strict';\r\n\r\n  document.querySelector('.material-design-hamburger__icon').addEventListener(\r\n    'click',\r\n    function() {      \r\n      var child;\r\n      \r\n      document.body.classList.toggle('background--blur');\r\n      this.parentNode.nextElementSibling.classList.toggle('menu--on');\r\n\r\n      child = this.childNodes[1].classList;\r\n\r\n      if (child.contains('material-design-hamburger__icon--to-arrow')) {\r\n        child.remove('material-design-hamburger__icon--to-arrow');\r\n        child.add('material-design-hamburger__icon--from-arrow');\r\n      } else {\r\n        child.remove('material-design-hamburger__icon--from-arrow');\r\n        child.add('material-design-hamburger__icon--to-arrow');\r\n      }\r\n\r\n    });\r\n\r\n})();<\/pre>\n<p>That&#8217;s It. Now you have successfully created <strong>Material Hamburger Menu<\/strong> Transform Effect, <strong>Side Menu Transformation<\/strong>. If you have any doubt or question comment down below.<\/p>\n<p><span style=\"font-family: impact, sans-serif;\">Thanks For Visiting, Keep Visiting.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How we can create a hamburger menu transformation with material design? Solution: See this Material Hamburger Menu Transform Effect, Side Menu Transformation. Previously I have shared some hamburger related programs, but this is a hamburger menu transformation with material design. Basically, the hamburger is a menu with three rectangular shapes layer, like a real hamburger. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5742,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[43,42,46],"tags":[74,380,336,54,335,300,67],"class_list":["post-5741","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-css","category-html","category-javascript","tag-css-animation","tag-hamburger","tag-material-design","tag-menu","tag-nav","tag-navigation","tag-source-code"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Material Hamburger Menu Transform Effect | Side Menu Transformation<\/title>\n<meta name=\"description\" content=\"Want to create a material design menu? Check out this Material Hamburger Menu Transform Effect, Side Menu Transformation. Get demo and source code now.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Material Hamburger Menu Transform Effect | Side Menu Transformation\" \/>\n<meta property=\"og:description\" content=\"Want to create a material design menu? Check out this Material Hamburger Menu Transform Effect, Side Menu Transformation. Get demo and source code now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Dev Trick\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webdevtrick\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-10T16:31:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/material-hamburger-menu.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"shaan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"shaan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/\"},\"author\":{\"name\":\"shaan\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3\"},\"headline\":\"Material Hamburger Menu Transform Effect | Side Menu Transformation\",\"datePublished\":\"2020-03-10T16:31:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/\"},\"wordCount\":634,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/webdevtrick.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/material-hamburger-menu.jpg\",\"keywords\":[\"css animation\",\"hamburger\",\"material design\",\"menu\",\"nav\",\"navigation\",\"source code\"],\"articleSection\":[\"CSS\",\"HTML\",\"JavaScript\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/\",\"url\":\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/\",\"name\":\"Material Hamburger Menu Transform Effect | Side Menu Transformation\",\"isPartOf\":{\"@id\":\"https:\/\/webdevtrick.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/material-hamburger-menu.jpg\",\"datePublished\":\"2020-03-10T16:31:35+00:00\",\"description\":\"Want to create a material design menu? Check out this Material Hamburger Menu Transform Effect, Side Menu Transformation. Get demo and source code now.\",\"breadcrumb\":{\"@id\":\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#primaryimage\",\"url\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/material-hamburger-menu.jpg\",\"contentUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/material-hamburger-menu.jpg\",\"width\":1200,\"height\":630,\"caption\":\"material hamburger menu transform\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webdevtrick.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Material Hamburger Menu Transform Effect | Side Menu Transformation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webdevtrick.com\/#website\",\"url\":\"https:\/\/webdevtrick.com\/\",\"name\":\"Web Dev Trick\",\"description\":\"HTML5, CSS3, JS, PHP Source Code &amp; Tutorial\",\"publisher\":{\"@id\":\"https:\/\/webdevtrick.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webdevtrick.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webdevtrick.com\/#organization\",\"name\":\"Web Dev Trick\",\"url\":\"https:\/\/webdevtrick.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png\",\"contentUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png\",\"width\":512,\"height\":512,\"caption\":\"Web Dev Trick\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webdevtrick\/\",\"https:\/\/pinterest.com\/webdevtrick\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3\",\"name\":\"shaan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g\",\"caption\":\"shaan\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Material Hamburger Menu Transform Effect | Side Menu Transformation","description":"Want to create a material design menu? Check out this Material Hamburger Menu Transform Effect, Side Menu Transformation. Get demo and source code now.","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:\/\/webdevtrick.com\/material-hamburger-menu-transform\/","og_locale":"en_US","og_type":"article","og_title":"Material Hamburger Menu Transform Effect | Side Menu Transformation","og_description":"Want to create a material design menu? Check out this Material Hamburger Menu Transform Effect, Side Menu Transformation. Get demo and source code now.","og_url":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/","og_site_name":"Web Dev Trick","article_publisher":"https:\/\/www.facebook.com\/webdevtrick\/","article_published_time":"2020-03-10T16:31:35+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/material-hamburger-menu.jpg","type":"image\/jpeg"}],"author":"shaan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"shaan","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#article","isPartOf":{"@id":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/"},"author":{"name":"shaan","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3"},"headline":"Material Hamburger Menu Transform Effect | Side Menu Transformation","datePublished":"2020-03-10T16:31:35+00:00","mainEntityOfPage":{"@id":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/"},"wordCount":634,"commentCount":1,"publisher":{"@id":"https:\/\/webdevtrick.com\/#organization"},"image":{"@id":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#primaryimage"},"thumbnailUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/material-hamburger-menu.jpg","keywords":["css animation","hamburger","material design","menu","nav","navigation","source code"],"articleSection":["CSS","HTML","JavaScript"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/","url":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/","name":"Material Hamburger Menu Transform Effect | Side Menu Transformation","isPartOf":{"@id":"https:\/\/webdevtrick.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#primaryimage"},"image":{"@id":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#primaryimage"},"thumbnailUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/material-hamburger-menu.jpg","datePublished":"2020-03-10T16:31:35+00:00","description":"Want to create a material design menu? Check out this Material Hamburger Menu Transform Effect, Side Menu Transformation. Get demo and source code now.","breadcrumb":{"@id":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#primaryimage","url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/material-hamburger-menu.jpg","contentUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/material-hamburger-menu.jpg","width":1200,"height":630,"caption":"material hamburger menu transform"},{"@type":"BreadcrumbList","@id":"https:\/\/webdevtrick.com\/material-hamburger-menu-transform\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webdevtrick.com\/"},{"@type":"ListItem","position":2,"name":"Material Hamburger Menu Transform Effect | Side Menu Transformation"}]},{"@type":"WebSite","@id":"https:\/\/webdevtrick.com\/#website","url":"https:\/\/webdevtrick.com\/","name":"Web Dev Trick","description":"HTML5, CSS3, JS, PHP Source Code &amp; Tutorial","publisher":{"@id":"https:\/\/webdevtrick.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webdevtrick.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webdevtrick.com\/#organization","name":"Web Dev Trick","url":"https:\/\/webdevtrick.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/","url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png","contentUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png","width":512,"height":512,"caption":"Web Dev Trick"},"image":{"@id":"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webdevtrick\/","https:\/\/pinterest.com\/webdevtrick\/"]},{"@type":"Person","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3","name":"shaan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g","caption":"shaan"}}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/5741","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/comments?post=5741"}],"version-history":[{"count":11,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/5741\/revisions"}],"predecessor-version":[{"id":5754,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/5741\/revisions\/5754"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/media\/5742"}],"wp:attachment":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/media?parent=5741"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/categories?post=5741"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/tags?post=5741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}