Fly-In Menu

Developer
Size
2,301 Kb
Views
6,072

How do I make an fly-in menu?

What is a fly-in menu? How do you make a fly-in menu? This script and codes were developed by Danwarfel on 18 January 2023, Wednesday.

Fly-In Menu Previews

Fly-In Menu - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Fly-In Menu</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <nav id="primary-nav"> <ul> <li><a href="#">Home</a></li> <li><a href="#">Pre-order</a></li> <li><a href="#">About us</a></li> <li><a href="#">Jobs</a></li> <li><a href="#">Blog</a></li> </ul>
</nav>
</body>
</html>

Fly-In Menu - Script Codes CSS Codes

/* Vendor Prefix Mixin */
a { text-decoration: none;
}
#primary-nav { float: left; margin: 3rem 5rem;
}
#primary-nav a { color: #7f7f7f;
}
#primary-nav ul { list-style: none;
}
#primary-nav ul li { margin: 0 0 0.6rem 0; position: relative; opacity: 0; -webkit-animation: navAni 0.4s cubic-bezier(0.175, 0.885, 0.28, 1.94); -moz-animation: navAni 0.4s cubic-bezier(0.175, 0.885, 0.28, 1.94); -ms-animation: navAni 0.4s cubic-bezier(0.175, 0.885, 0.28, 1.94); -o-animation: navAni 0.4s cubic-bezier(0.175, 0.885, 0.28, 1.94); animation: navAni 0.4s cubic-bezier(0.175, 0.885, 0.28, 1.94); -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -ms-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; animation-fill-mode: forwards;
}
#primary-nav ul li:nth-of-type(2) { -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -ms-animation-delay: 0.1s; -o-animation-delay: 0.1s; animation-delay: 0.1s;
}
#primary-nav ul li:nth-of-type(3) { -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -ms-animation-delay: 0.2s; -o-animation-delay: 0.2s; animation-delay: 0.2s;
}
#primary-nav ul li:nth-of-type(4) { -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -ms-animation-delay: 0.3s; -o-animation-delay: 0.3s; animation-delay: 0.3s;
}
#primary-nav ul li:nth-of-type(5) { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -ms-animation-delay: 0.4s; -o-animation-delay: 0.4s; animation-delay: 0.4s;
}
@-webkit-keyframes navAni { from { opacity: 0.0; left: -3rem; } to { opacity: 1.0; left: 0; }
}
keyframes navAni from { opacity: 0.0; left: -3rem;
}
keyframes navAni to { opacity: 1.0; left: 0;
}
Fly-In Menu - Script Codes
Fly-In Menu - Script Codes
Home Page Home
Developer Danwarfel
Username danwarfel
Uploaded January 18, 2023
Rating 4
Size 2,301 Kb
Views 6,072
Do you need developer help for Fly-In 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!

Danwarfel (danwarfel) 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!