{"id":2258,"date":"2019-07-28T17:12:48","date_gmt":"2019-07-28T17:12:48","guid":{"rendered":"https:\/\/webdevtrick.com\/?p=2258"},"modified":"2019-07-28T17:12:48","modified_gmt":"2019-07-28T17:12:48","slug":"css-clip-path-animation","status":"publish","type":"post","link":"https:\/\/webdevtrick.com\/css-clip-path-animation\/","title":{"rendered":"CSS Clip Path Animation Card | Clip-Path Hover Cards"},"content":{"rendered":"<p><strong>How we can create an animated hover effect card using CSS clip-path? Solution: CSS Clip Path Animation Card, Clip-Path Hover Cards.<\/strong><\/p>\n<p>CSS <code><strong>clip-path<\/strong><\/code> \u00a0property creates a <strong>clipping<\/strong> region that sets what part of an element should be shown. In other words,<strong> clip-path<\/strong> <span><a href=\"https:\/\/webdevtrick.com\/javascript-reveal-blur-image-part\/\" target=\"_blank\" rel=\"noopener noreferrer\">shows the hidden part<\/a><\/span> of an element with <strong>animation effect addons<\/strong>. We can create many cool things using this property on our website or webpage.<\/p>\n<p>Today you will learn to create <strong>clip-path image &amp; text cards<\/strong> with <strong>hover effect<\/strong>. Basically, there is an image, but <strong>text block appears on mouse hover<\/strong>. The<strong> text block<\/strong> appears with the help of<strong> clip-path property<\/strong>, the text becomes visible with and <span><a href=\"https:\/\/webdevtrick.com\/css-circle-menu\/\" target=\"_blank\" rel=\"noopener noreferrer\">circle<\/a><\/span> opening animation. There is a <span><a href=\"https:\/\/webdevtrick.com\/tag\/button\" target=\"_blank\" rel=\"noopener noreferrer\">button<\/a><\/span> for reading more along with texts, all elements have <strong>shadow and animation<\/strong>.<\/p>\n<p>So, Today I am sharing <strong>CSS Clip Path Animation Card<\/strong>. A card with <strong>image, text-block, button, and hover animation effect<\/strong> using this property. I have used <strong>transition, transform, clip-path<\/strong>, etc properties to creating the cards. You can use these <span><a href=\"https:\/\/webdevtrick.com\/css-card-ui-design\/\" target=\"_blank\" rel=\"noopener noreferrer\">UI cards<\/a><\/span> on your website, I think this these will perfect for offer or schemes.<\/p>\n<p>If you are thinking now how this <strong>clip-path cards<\/strong> actually is, then see the <strong>preview<\/strong> given below.<\/p>\n<h3>Preview Of Clip-Path Hover Cards<\/h3>\n<p>See this video preview to getting an idea of how these <strong>hover cards look like<\/strong>.<\/p>\n<div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-2258-1\" width=\"640\" height=\"340\" loop autoplay preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/clip-path-animation-hover.mp4?_=1\" \/><a href=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/clip-path-animation-hover.mp4\">https:\/\/webdevtrick.com\/wp-content\/uploads\/clip-path-animation-hover.mp4<\/a><\/video><\/div>\n<p>Now you can see these visually. If you like these, 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\/javascript-animated-bar-graph\/\" target=\"_blank\" rel=\"noopener noreferrer\">Animated Bar Graphs<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/css-popup-subscription-form\/\" target=\"_blank\" rel=\"noopener noreferrer\">CSS Popup Subscription Form<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/css-text-to-grid\/\" target=\"_blank\" rel=\"noopener noreferrer\">Inline Text To Grid Items<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/css-social-share-buttons\/\" target=\"_blank\" rel=\"noopener noreferrer\">Floating Social Share Buttons<\/a><\/li>\n<p><\/span>\n<\/ul>\n<h2>CSS Clip Path Animation Card Source Code<\/h2>\n<p>Before sharing <strong>source code<\/strong>, let&#8217;s talk about it. Each card has an image, texts, and a button. First, I have created a main div and put an image, then a heading, text, &amp; finally a button. After that, I have created 3 same types of elements. When we hover on the card then the <span><a href=\"https:\/\/webdevtrick.com\/tag\/text\" target=\"_blank\" rel=\"noopener noreferrer\">text<\/a><\/span> and button appear with animation effect.<\/p>\n<p>Elements become visible with <strong>clip-path<\/strong>, the path starts from the bottom &amp; fill the whole card with an animation-delay. I have used transition many times on different elements, used <span class=\"lang:default decode:true crayon-inline \">cubic-bezier<\/span>\u00a0 for transition delay. Basically, <strong>cubic-bezier()<\/strong> function defines a Cubic Bezier curve (<a href=\"https:\/\/www.w3schools.com\/cssref\/func_cubic-bezier.asp\" target=\"_blank\" rel=\"noopener noreferrer\">info<\/a>). On hover image scale-up using CSS <strong>scale()<\/strong> property.<\/p>\n<p>And many more things has this program. I can&#8217;t explain all the basics in writing, You will understand easily after <strong>getting the codes<\/strong>. For creating the card&#8217;s design you have to create only 2 files. One for <strong>HTML<\/strong> &amp; one for <strong>CSS<\/strong>. Follow the steps to creating this without any error.<\/p>\n<p><span style=\"font-size: 14pt;\">index.html<\/span><\/p>\n<p>Create an HTML file named &#8216;<strong>index.html<\/strong>&#8216; and put the codes given here below.<\/p>\n<pre class=\"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;CSS Clip Path Animation Card | Webdevtrick.com&lt;\/title&gt;\r\n  &lt;link href=\"https:\/\/fonts.googleapis.com\/css?family=Lato&amp;display=swap\" rel=\"stylesheet\"&gt;\r\n  &lt;link rel=\"stylesheet\" href=\"style.css\"&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n    \r\n&lt;div class=\"main\"&gt;\r\n        &lt;div class=\"section\"&gt;\r\n            &lt;img src=\"https:\/\/images.pexels.com\/photos\/2537547\/pexels-photo-2537547.jpeg?cs=srgb&amp;dl=beautiful-woman-blur-brunette-2537547.jpg\"&gt;\r\n            &lt;div class=\"descriptions\"&gt;\r\n                &lt;h1&gt;Heading 1&lt;\/h1&gt;\r\n                &lt;p&gt;\r\n                    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus a ipsum est. Etiam vehicula elit eget turpis faucibus placerat. Nullam mollis neque ut semper accumsan. \r\n                    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus a ipsum est. Etiam vehicula elit eget turpis faucibus placerat. Nullam mollis neque ut semper accumsan. \r\n                &lt;\/p&gt;\r\n                &lt;button&gt;Read More&lt;\/button&gt;\r\n            &lt;\/div&gt;\r\n        &lt;\/div&gt;\r\n        &lt;div class=\"section\"&gt;\r\n            &lt;img src=\"https:\/\/images.pexels.com\/photos\/2462045\/pexels-photo-2462045.jpeg?cs=srgb&amp;dl=bandana-fashion-fashionable-2462045.jpg\"&gt;\r\n            &lt;div class=\"descriptions\"&gt;\r\n                &lt;h1&gt;Heading 2&lt;\/h1&gt;\r\n                &lt;p&gt;\r\n                    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus a ipsum est. Etiam vehicula elit eget turpis faucibus placerat. Nullam mollis neque ut semper accumsan. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus a ipsum est. \r\n                    Etiam vehicula elit eget turpis faucibus placerat. Nullam mollis neque ut semper accumsan.  &lt;\/p&gt;\r\n                &lt;button&gt;Read More&lt;\/button&gt;\r\n            &lt;\/div&gt;\r\n        &lt;\/div&gt;\r\n        &lt;div class=\"section\"&gt;\r\n            &lt;img src=\"https:\/\/images.pexels.com\/photos\/1721558\/pexels-photo-1721558.jpeg?cs=srgb&amp;dl=attractive-beautiful-beauty-1721558.jpg\"&gt;\r\n            &lt;div class=\"descriptions\"&gt;\r\n                &lt;h1&gt;Heading 3&lt;\/h1&gt;\r\n                &lt;p&gt;\r\n                    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus a ipsum est. Etiam vehicula elit eget turpis faucibus placerat. Nullam mollis neque ut semper accumsan. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus a ipsum est.\r\n                     Etiam vehicula elit eget turpis faucibus placerat. Nullam mollis neque ut semper accumsan. &lt;\/p&gt;\r\n                &lt;button&gt;Read More&lt;\/button&gt;\r\n            &lt;\/div&gt;\r\n        &lt;\/div&gt;\r\n    &lt;\/div&gt;\r\n  \r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p><span style=\"font-size: 14pt;\">style.css<\/span><\/p>\n<p>Now create a CSS file named &#8216;<strong><em>style.css<\/em><\/strong>&#8216; and put these codes given here.<\/p>\n<pre class=\"lang:css decode:true \" title=\"style.css\">\/** Code By Webdevtrick ( https:\/\/webdevtrick.com ) **\/\r\nbody{\r\n    background-color: #212121;\r\n    padding: 0px;\r\n    margin:0px;\r\n    width:100%;\r\n    height:100vh;\r\n    font-family: 'Lato', sans-serif;\r\n  }\r\n.main{\r\n    position: absolute;\r\n    top:50%;\r\n    left:50%;\r\n    transform: translate(-50%, -50%);\r\n    width:100%;\r\n    max-width: 950px;\r\n    height:auto;\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    justify-content: space-between;\r\n}\r\n.section{\r\n    flex: 1;\r\n    flex-basis: 300px;\r\n    flex-grow: 0;\r\n    height: 440px;\r\n    background: #fff;\r\n    border: 2px solid #fff;\r\n    box-shadow: 0px 4px 7px rgba(0,0,0,.5);\r\n    cursor: pointer;\r\n    transition: all .5s cubic-bezier(.8,.5,.2,1.4);\r\n    overflow: hidden;\r\n    position: relative;\r\n}\r\n.section img{\r\n    width: 100%;\r\n    height:100%;\r\n    transition: all .5s cubic-bezier(.8,.5,.2,1.4);\r\n}\r\n.descriptions{\r\n    position: absolute;\r\n    top:0px;\r\n    left:0px;\r\n    background-color: rgba(255,255,255,.7);\r\n    width:100%;\r\n    height:100%;\r\n    transition: all .7s ease-in-out;\r\n    padding: 20px;\r\n    box-sizing: border-box;\r\n    clip-path: circle(0% at 100% 100%);\r\n}\r\n.section:hover .descriptions{\r\n    left:0px;\r\n    transition: all .7s ease-in-out;\r\n    clip-path: circle(75%);\r\n}\r\n.section:hover{\r\n    transition: all .5s cubic-bezier(.8,.5,.2,1.4);\r\n    box-shadow: 0px 2px 3px rgba(0,0,0,.3);\r\n    transform: scale(1.2);\r\n    z-index: 9999;\r\n}\r\n.section:hover img{\r\n    transition: all .5s cubic-bezier(.8,.5,.2,1.4);\r\n    transform: scale(2);\r\n    filter: blur(4px);\r\n}\r\n.section h1{\r\n    color: #5cb85c;\r\n    letter-spacing: 1px;\r\n    margin: 0px;\r\n}\r\n.section p{\r\n    line-height: 24px;\r\n    height: 70%;\r\n}\r\n.section button{\r\n    width: fit-content;\r\n    height: 40px;\r\n    cursor: pointer;\r\n    border-style: none;\r\n    background-color: #5cb85c;\r\n    color:#fff;\r\n    font-size: 15px;\r\n    outline: none;\r\n    box-shadow: 0px 2px 3px rgba(0,0,0,.4);\r\n    transition: all .5s ease-in-out;\r\n}\r\n.section button:hover{\r\n    transform: scale(1.2);\r\n    transition: all .3s ease-in-out;\r\n}\r\n<\/pre>\n<p>That&#8217;s It. Now you have successfully created CSS Clip Path Animation Card, Clip-Path Hover Cards Design. 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 an animated hover effect card using CSS clip-path? Solution: CSS Clip Path Animation Card, Clip-Path Hover Cards. CSS clip-path \u00a0property creates a clipping region that sets what part of an element should be shown. In other words, clip-path shows the hidden part of an element with animation effect addons. We can [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2259,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[43,42,22,41],"tags":[184,295,74,73,155,154,242,231],"class_list":["post-2258","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-css","category-html","category-web-design","category-web-development","tag-cards","tag-clip-path","tag-css-animation","tag-css-hover-effect","tag-html-and-css","tag-pure-css","tag-transition","tag-ui-design"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CSS Clip Path Animation Card | Clip-Path Hover Cards<\/title>\n<meta name=\"description\" content=\"Want to create a attarctive hover card using Clip-Path? Check out this CSS Clip Path Animation Card , Clip-Path Hover Cards. Get 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\/css-clip-path-animation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CSS Clip Path Animation Card | Clip-Path Hover Cards\" \/>\n<meta property=\"og:description\" content=\"Want to create a attarctive hover card using Clip-Path? Check out this CSS Clip Path Animation Card , Clip-Path Hover Cards. Get source code now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webdevtrick.com\/css-clip-path-animation\/\" \/>\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=\"2019-07-28T17:12:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/css-clip-path-animation-card.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"629\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webdevtrick.com\/css-clip-path-animation\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webdevtrick.com\/css-clip-path-animation\/\"},\"author\":{\"name\":\"shaan\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3\"},\"headline\":\"CSS Clip Path Animation Card | Clip-Path Hover Cards\",\"datePublished\":\"2019-07-28T17:12:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webdevtrick.com\/css-clip-path-animation\/\"},\"wordCount\":513,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/webdevtrick.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/css-clip-path-animation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/css-clip-path-animation-card.jpg\",\"keywords\":[\"cards\",\"clip path\",\"css animation\",\"css hover effect\",\"html and css\",\"pure css\",\"transition\",\"ui design\"],\"articleSection\":[\"CSS\",\"HTML\",\"Web Design\",\"Web Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webdevtrick.com\/css-clip-path-animation\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webdevtrick.com\/css-clip-path-animation\/\",\"url\":\"https:\/\/webdevtrick.com\/css-clip-path-animation\/\",\"name\":\"CSS Clip Path Animation Card | Clip-Path Hover Cards\",\"isPartOf\":{\"@id\":\"https:\/\/webdevtrick.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webdevtrick.com\/css-clip-path-animation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/css-clip-path-animation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/css-clip-path-animation-card.jpg\",\"datePublished\":\"2019-07-28T17:12:48+00:00\",\"description\":\"Want to create a attarctive hover card using Clip-Path? Check out this CSS Clip Path Animation Card , Clip-Path Hover Cards. Get source code now.\",\"breadcrumb\":{\"@id\":\"https:\/\/webdevtrick.com\/css-clip-path-animation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webdevtrick.com\/css-clip-path-animation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/css-clip-path-animation\/#primaryimage\",\"url\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/css-clip-path-animation-card.jpg\",\"contentUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/css-clip-path-animation-card.jpg\",\"width\":1200,\"height\":629,\"caption\":\"css clip path animation card with hover effect\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webdevtrick.com\/css-clip-path-animation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webdevtrick.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CSS Clip Path Animation Card | Clip-Path Hover Cards\"}]},{\"@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":"CSS Clip Path Animation Card | Clip-Path Hover Cards","description":"Want to create a attarctive hover card using Clip-Path? Check out this CSS Clip Path Animation Card , Clip-Path Hover Cards. Get 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\/css-clip-path-animation\/","og_locale":"en_US","og_type":"article","og_title":"CSS Clip Path Animation Card | Clip-Path Hover Cards","og_description":"Want to create a attarctive hover card using Clip-Path? Check out this CSS Clip Path Animation Card , Clip-Path Hover Cards. Get source code now.","og_url":"https:\/\/webdevtrick.com\/css-clip-path-animation\/","og_site_name":"Web Dev Trick","article_publisher":"https:\/\/www.facebook.com\/webdevtrick\/","article_published_time":"2019-07-28T17:12:48+00:00","og_image":[{"width":1200,"height":629,"url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/css-clip-path-animation-card.jpg","type":"image\/jpeg"}],"author":"shaan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"shaan","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webdevtrick.com\/css-clip-path-animation\/#article","isPartOf":{"@id":"https:\/\/webdevtrick.com\/css-clip-path-animation\/"},"author":{"name":"shaan","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3"},"headline":"CSS Clip Path Animation Card | Clip-Path Hover Cards","datePublished":"2019-07-28T17:12:48+00:00","mainEntityOfPage":{"@id":"https:\/\/webdevtrick.com\/css-clip-path-animation\/"},"wordCount":513,"commentCount":2,"publisher":{"@id":"https:\/\/webdevtrick.com\/#organization"},"image":{"@id":"https:\/\/webdevtrick.com\/css-clip-path-animation\/#primaryimage"},"thumbnailUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/css-clip-path-animation-card.jpg","keywords":["cards","clip path","css animation","css hover effect","html and css","pure css","transition","ui design"],"articleSection":["CSS","HTML","Web Design","Web Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webdevtrick.com\/css-clip-path-animation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webdevtrick.com\/css-clip-path-animation\/","url":"https:\/\/webdevtrick.com\/css-clip-path-animation\/","name":"CSS Clip Path Animation Card | Clip-Path Hover Cards","isPartOf":{"@id":"https:\/\/webdevtrick.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webdevtrick.com\/css-clip-path-animation\/#primaryimage"},"image":{"@id":"https:\/\/webdevtrick.com\/css-clip-path-animation\/#primaryimage"},"thumbnailUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/css-clip-path-animation-card.jpg","datePublished":"2019-07-28T17:12:48+00:00","description":"Want to create a attarctive hover card using Clip-Path? Check out this CSS Clip Path Animation Card , Clip-Path Hover Cards. Get source code now.","breadcrumb":{"@id":"https:\/\/webdevtrick.com\/css-clip-path-animation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webdevtrick.com\/css-clip-path-animation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/css-clip-path-animation\/#primaryimage","url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/css-clip-path-animation-card.jpg","contentUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/css-clip-path-animation-card.jpg","width":1200,"height":629,"caption":"css clip path animation card with hover effect"},{"@type":"BreadcrumbList","@id":"https:\/\/webdevtrick.com\/css-clip-path-animation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webdevtrick.com\/"},{"@type":"ListItem","position":2,"name":"CSS Clip Path Animation Card | Clip-Path Hover Cards"}]},{"@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\/2258","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=2258"}],"version-history":[{"count":9,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/2258\/revisions"}],"predecessor-version":[{"id":2269,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/2258\/revisions\/2269"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/media\/2259"}],"wp:attachment":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/media?parent=2258"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/categories?post=2258"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/tags?post=2258"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}