Google Play Style Menu

Developer
Size
3,774 Kb
Views
26,312

How do I make an google play style menu?

Google Play Style Menu. What is a google play style menu? How do you make a google play style menu? This script and codes were developed by MaCeLMp4 on 16 September 2022, Friday.

Google Play Style Menu Previews

Google Play Style Menu - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Google Play Style Menu</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
</head>
<body> <div class="container"> <div class="header"> <a href="http://itmaniapro.blogspot.ro/" class="btn">Home <span class="btn"></span></a> <h1>Google Play Style Menu</h1> </div> <div class="menu"> <ul> <li class="category" data-target="apps"><i class="icon-windows"></i>Apps</li> <li class="category" data-target="movies"><i class="icon-film"></i>Movies</li> <li class="category" data-target="music"><i class="icon-headphones"></i>Music</li> <li class="category" data-target="books"><i class="icon-book"></i>Books</li> <li class="category" data-target="devices"><i class="icon-desktop"></i>Devices</li> </ul> <!-- Sub Menus --> <div id="apps" class="sub-menu"> <ul> <li>My Apps</li> <li>Shop</li> </ul> </div> <div id="movies" class="sub-menu"> <ul> <li>My Movies</li> <li>Shop</li> </ul> </div> <div id="music" class="sub-menu"> <ul> <li>My Music</li> <li>Shop</li> </ul> </div> <div id="books" class="sub-menu"> <ul> <li>My Books</li> <li>Shop</li> </ul> </div> <div id="devices" class="sub-menu"> <ul> <li>My Devices</li> <li>Shop</li> </ul> </div> <div class="back-btn"><i class="icon-angle-left"></i></div> </div> </div> <!-- Javascript --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</body>
</html> <script src="js/index.js"></script>
</body>
</html>

Google Play Style Menu - Script Codes CSS Codes

/* https://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {	display: block;
}
body {	line-height: 1;
}
ol, ul {	list-style: none;
}
blockquote, q {	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;
}
table {	border-collapse: collapse;	border-spacing: 0;
}
/* CSS RESET DONE */
body { color: #fff; margin: 0 auto; font: 1em/1.3em Helvetica, sans-serif;	background-color: #f0f0f0;
}
.header { margin-bottom: 40px;
}
.clearfix { clear: both;
}
.container { margin-top: 20px; text-align: center;
}
h1 { margin: 40px 0; font-size: 40px; line-height: 40px; font-weight: bold; text-shadow: 0px 1px 1px #888;
}
a { text-decoration: none; color: #fff; margin: 0 10px;
}
i { margin-right: 15px;
}
.btn { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; position: relative; display: inline-block; padding: 10px 20px; height: 50px; background-color: #b7d946; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; line-height: 30px; font-size: 16px; font-weight: bold; text-shadow: 0px 1px 1px #888;
} a.btn span.btn { position: absolute; top: 4px; left: 0; z-index: -1; width: 100%; background-color: #93a911; } .btn:active, .btn:active > span.btn{ top: 2px; } .btn.active, .btn.active > span.btn { top: 2px; }
.btn-small { height: 30px; font-size: 12px; line-height: 10px;
} a.btn-small span.btn { height: 30px; }
/* Menu Styles */
.menu { color: #444; text-align: left; position: relative; margin: 0 auto; width: 300px; background-color: #c0c0c0;
} .menu i { display: inline-block; width: 20px; } .menu li { cursor: pointer; position: relative; z-index: 1; padding: 0 15px; height: 50px; line-height: 50px; font-weight: bold; background: #dddddd; /* Old browsers */ background: -moz-linear-gradient(top, #dddddd 0%, #cccccc 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #dddddd 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #dddddd 0%,#cccccc 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #dddddd 0%,#cccccc 100%); /* IE10+ */ background: linear-gradient(to bottom, #dddddd 0%,#cccccc 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */ } .menu li.current { z-index: 2; } .menu li.hidden { z-index: 0; opacity: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .menu .sub-menu { position: absolute; top: 0; margin-top: 55px; margin-left: 30px; display: none; } .sub-menu li { background: none; font-size: 14px; height: 30px; line-height: 30px; } .menu .back-btn { position: absolute; top: 0; height: 100%; width: 30px; background-color: #fff; cursor: pointer; } .menu .back-btn i { position: relative; display: block; padding-top: 25px; top: 50%; height: 20px; width: 30px; text-align: center; margin-top: -10px; }

Google Play Style Menu - Script Codes JS Codes

(function($){	$(function(){ $("li.category").click(function() { if (!$(this).hasClass("hidden")) { $(this).siblings().addClass("hidden"); $(this).addClass("current"); var index = $(this).index(); var offset = (-1 * $(this).height()) * index; $(this).animate({ "top": offset }, 400 ); $("#" + $(this).data("target")).fadeIn( 500 ); } }); $(".back-btn").click(function() { $(".menu li").removeClass().css({ "top": "auto" }); $(".sub-menu").hide(); });	}); // end of document ready
})(jQuery); // end of jQuery name space
Google Play Style Menu - Script Codes
Google Play Style Menu - Script Codes
Home Page Home
Developer MaCeLMp4
Username MaCeLMp4
Uploaded September 16, 2022
Rating 3
Size 3,774 Kb
Views 26,312
Do you need developer help for Google Play Style Menu?

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!

MaCeLMp4 (MaCeLMp4) Script Codes
Create amazing web content 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!