Rollover CSSS Blur Filter Image Gallery

Developer
Size
2,532 Kb
Views
16,192

How do I make an rollover csss blur filter image gallery?

Utilizing CSS Transitions & Transforms and the CSS Blur FilterWebkit & Firefox 35+ browsers only. What is a rollover csss blur filter image gallery? How do you make a rollover csss blur filter image gallery? This script and codes were developed by Sjmcpherson on 24 September 2022, Saturday.

Rollover CSSS Blur Filter Image Gallery Previews

Rollover CSSS Blur Filter Image Gallery - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Rollover CSSS Blur Filter Image Gallery</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul> <li> <img src='http://sjmcpherson.com/codepen/1.jpg'> </li> <li> <img src='http://sjmcpherson.com/codepen/2.jpg'> </li> <li> <img src='http://sjmcpherson.com/codepen/3.jpg'> </li> <li> <img src='http://sjmcpherson.com/codepen/4.jpg'> </li> <li> <img src='http://sjmcpherson.com/codepen/5.jpg'> </li> <li> <img src='http://sjmcpherson.com/codepen/6.jpg'> </li> <li> <img src='http://sjmcpherson.com/codepen/7.jpg'> </li> <li> <img src='http://sjmcpherson.com/codepen/8.jpg'> </li> <li> <img src='http://sjmcpherson.com/codepen/9.jpg'> </li>
</ul> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Rollover CSSS Blur Filter Image Gallery - Script Codes CSS Codes

html,
body { background-color: #333;
}
ul { display: table; padding: 10px 0 10px 0; list-style: none; width: 600px; margin: 0 auto;
}
ul:hover li { opacity: .8; -webkit-filter: blur(5px); filter: blur(5px);
}
ul li { cursor: pointer; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); float: left; margin: 1px; width: 180px; height: 180px; opacity: 1; transition: all .3s linear;
}
ul li:hover { box-shadow: 0 5px 15px gba(0, 0, 0, 0.4); opacity: 1; transform: scale(1.08); -webkit-filter: blur(0); filter: blur(0);
}

Rollover CSSS Blur Filter Image Gallery - Script Codes JS Codes

//Works best on Webkit Browsers
Rollover CSSS Blur Filter Image Gallery - Script Codes
Rollover CSSS Blur Filter Image Gallery - Script Codes
Home Page Home
Developer Sjmcpherson
Username sjmcpherson
Uploaded September 24, 2022
Rating 3.5
Size 2,532 Kb
Views 16,192
Do you need developer help for Rollover CSSS Blur Filter Image Gallery?

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!

Sjmcpherson (sjmcpherson) Script Codes
Create amazing art & images 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!