Full Page Vertical Hover Sliders

Developer
Size
2,418 Kb
Views
16,192

How do I make an full page vertical hover sliders?

What is a full page vertical hover sliders? How do you make a full page vertical hover sliders? This script and codes were developed by Billy Crist on 04 October 2022, Tuesday.

Full Page Vertical Hover Sliders Previews

Full Page Vertical Hover Sliders - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Full Page Vertical Hover Sliders</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="featured amount-4"> <div class="featured-item one"> </div> <div class="featured-item two"> </div> <div class="featured-item three"> </div> <div class="featured-item four"> </div>
</div> <script src="js/index.js"></script>
</body>
</html>

Full Page Vertical Hover Sliders - Script Codes CSS Codes

html, body, .featured { width: 100%; height: 100%;
}
body { margin: 0; font-family: sans-serif; background: lightgray;
}
.featured-item { position: relative; transition: .7s ease-in-out; -moz-box-sizing: border-box; box-sizing: border-box;
}
.amount-4 > .featured-item { height: 25%;
}
.amount-4:hover > .featured-item { height: 5%;
}
.amount-4 .featured-item:hover { height: 85%;
}
/* END .amount-4 */
.one { background: #00ffaa;
}
.two { background: #2b00ff;
}
.three { background: #ff0055;
}
.four { background: #d5ff00;
}

Full Page Vertical Hover Sliders - Script Codes JS Codes

/*
Problem I need help solving:
When you quickly mouse over from top to middle or bottom, all of the divs collapse.
They're set to 25% when not hovering any of them, but when you mouse over them too fast they all collapse to 5% which is only applied when you hover one of them, it is applied to the ones you are not hovering.
So it is interesting that they all go down to 5% with this bug because that says you are hovering one but it is not one that you can see..? */
Full Page Vertical Hover Sliders - Script Codes
Full Page Vertical Hover Sliders - Script Codes
Home Page Home
Developer Billy Crist
Username billyysea
Uploaded October 04, 2022
Rating 3.5
Size 2,418 Kb
Views 16,192
Do you need developer help for Full Page Vertical Hover Sliders?

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!

Billy Crist (billyysea) Script Codes
Create amazing sales emails 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!