On hover image zoom with blur

Size
1,560 Kb
Views
26,312

How do I make an on hover image zoom with blur?

What is a on hover image zoom with blur? How do you make a on hover image zoom with blur? This script and codes were developed by Digital Avinash on 03 December 2022, Saturday.

On hover image zoom with blur Previews

On hover image zoom with blur - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>on hover image zoom with blur</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='mxx'> <img src='http://placekitten.com/500/250'>
</div>
</body>
</html>

On hover image zoom with blur - Script Codes CSS Codes

.mxx { width: 500px; height: 250px; overflow: hidden; background: #666;
}
.mxx img { -webkit-transform-style: preserve-3d; -webkit-transition: 0.25s ease-in-out; -webkit-backface-visibility: hidden;
}
.mxx:hover img { -webkit-transform: scale(2, 2); -webkit-filter: blur(10px); opacity: .5;
}
On hover image zoom with blur - Script Codes
On hover image zoom with blur - Script Codes
Home Page Home
Developer Digital Avinash
Username digitalavinash
Uploaded December 03, 2022
Rating 3
Size 1,560 Kb
Views 26,312
Do you need developer help for On hover image zoom with blur?

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!

Digital Avinash (digitalavinash) Script Codes
Create amazing Facebook ads with AI!

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!