Hover Animation from UNIQLO
How do I make an hover animation from uniqlo?
From pages like this: http://www.uniqlo.com/us/mens-clothingOnly they use an animated GIF and this is CSS only. Would have like to not do the extra div for the hover, but there is no background-opacity.... What is a hover animation from uniqlo? How do you make a hover animation from uniqlo? This script and codes were developed by Insprd on 13 September 2022, Tuesday.
Hover Animation from UNIQLO - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Hover Animation from UNIQLO</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(https://fonts.googleapis.com/css?family=Ropa+Sans);
body { padding: 20px; font-family: 'Ropa Sans', sans-serif;
}
.product { width: 376px; padding: 15px; position: relative; float: left; margin: 0 20px 0 0;
}
.product > img { display: block; position: relative;
}
.product:hover .product-hover, .product:active .product-hover { opacity: 1;
}
.product-hover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; transition: opacity 0.3s ease; background-size: 30px 30px; background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); animation: barberpole 0.5s linear infinite;
}
.product-info { position: absolute; bottom: 30px; right: 30px; background: white; width: 150px; padding: 10px 10px 50px 10px;
}
.subhead { color: #f00; text-transform: uppercase; font-weight: bold;
}
.product-name { color: #990033; text-transform: uppercase; font-weight: bold; margin: 0; letter-spacing: -1px;
}
.price { position: absolute; bottom: 10px; right: 10px;
}
.amount { color: red; font-size: 150%;
}
.amount > span { font-size: 75%;
}
@keyframes barberpole { from { background-position: 0 0; } to { background-position: 60px 30px; }
}
h1 { font-size: 72px; margin: 2px 0 0 0;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="product"> <div class="product-hover"></div> <img src="https://f.cl.ly/items/3k3d1g3K34470d2v2K3O/50d942d85384a.jpeg"/> <div class="product-info"> <div class="subhead">Sale</div> <h2 class="product-name">Fleece</h2> <p class="product-description">Beat the chill and get cozy.</p> <div class="price"> <span class="from">from</span> <span class="amount"> <span>$</span>9.90 </span> </div> </div>
</div>
<h1>Hover Animation<br>from UNIQLO</h1>
<p>Like on pages <a target="_blank" href="http://www.uniqlo.com/us/mens-clothing">like this</a>.</p> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>
Hover Animation from UNIQLO - Script Codes CSS Codes
@import url(https://fonts.googleapis.com/css?family=Ropa+Sans);
body { padding: 20px; font-family: 'Ropa Sans', sans-serif;
}
.product { width: 376px; padding: 15px; position: relative; float: left; margin: 0 20px 0 0;
}
.product > img { display: block; position: relative;
}
.product:hover .product-hover, .product:active .product-hover { opacity: 1;
}
.product-hover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; transition: opacity 0.3s ease; background-size: 30px 30px; background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); animation: barberpole 0.5s linear infinite;
}
.product-info { position: absolute; bottom: 30px; right: 30px; background: white; width: 150px; padding: 10px 10px 50px 10px;
}
.subhead { color: #f00; text-transform: uppercase; font-weight: bold;
}
.product-name { color: #990033; text-transform: uppercase; font-weight: bold; margin: 0; letter-spacing: -1px;
}
.price { position: absolute; bottom: 10px; right: 10px;
}
.amount { color: red; font-size: 150%;
}
.amount > span { font-size: 75%;
}
@keyframes barberpole { from { background-position: 0 0; } to { background-position: 60px 30px; }
}
h1 { font-size: 72px; margin: 2px 0 0 0;
}

Developer | Insprd |
Username | insprd |
Uploaded | September 13, 2022 |
Rating | 3 |
Size | 3,772 Kb |
Views | 32,368 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
Animated Link Underline | 1,875 Kb |
Fading gradient button | 1,713 Kb |
Brick a link with CSS | 1,417 Kb |
A Scanner Darkly | 1,712 Kb |
Loading bars | 2,187 Kb |
Bolt action | 3,023 Kb |
Minimal Clock Card | 2,108 Kb |
Simple Spinning Logo Idea | 1,647 Kb |
Aurora Effect | 6,624 Kb |
Loading anim | 1,791 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
Loading animation | Codeams | 2,408 Kb |
Break Out | AzazelN28 | 12,431 Kb |
Banner Ad | Raquellorenzana | 4,172 Kb |
Speech bubbles | Something | 1,547 Kb |
Image grid with captions | Mchernin34 | 2,222 Kb |
JavaScript constructors | Simboonlong | 2,415 Kb |
Flexbox Test | Icutpeople | 2,486 Kb |
Resizable SASS Icons | Marianarlt | 7,611 Kb |
Navcube | Wbarlow | 4,775 Kb |
Pure CSS Menu | Bronsrobin | 3,321 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!