Aside Nav Animated

Size
3,326 Kb
Views
30,360

How do I make an aside nav animated?

What is a aside nav animated? How do you make a aside nav animated? This script and codes were developed by Nicholas M. Smith on 27 August 2022, Saturday.

Aside Nav Animated Previews

Aside Nav Animated - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Aside Nav Animated</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link href='http://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<aside> <nav> <ul class="aside-nav" role="Sidebar Navigation"> <li class="select">Choose:</li> <li><a href="#">About</a></li> <li><a href="#">Services</a></li> <li><a href="#">Portfolio</a></li> <li><a href="#">Contact</a></li> </ul> </nav>
</aside> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Aside Nav Animated - Script Codes CSS Codes

@import url(http://weloveiconfonts.com/api/?family=entypo);
[class*="entypo-"]:before { font-family: 'entypo', sans-serif; font-size: 1.5em; display: block; padding-bottom: 7px; text-align: center;
}
* { box-sizing: border-box; moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
html { background: #2A2A2A;
}
aside { width: 60%; min-width: 500px; max-width: 500px; height: auto; margin: 20px auto;
}
nav { margin: 0; padding: 0;
}
.select { position: relative; background: #63507D; padding: 40px; text-shadow: 1px 1px 1px #4A1F4D;
}
.select:after { content: ""; position: absolute; bottom: -10px; left: 50%; margin-left: -10px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #63507D; z-index: 2;
}
ul.aside-nav { margin: 0 0 40px 0; padding: 0; overflow: hidden; border-top: 20px solid #333; border-bottom: 20px solid #333; border-left: 20px solid #222; border-right: 20px solid #222; list-style: none; -moz-box-shadow: 0 0 4px 1px #111; -webkit-box-shadow: 0 0 4px 1px #111; box-shadow: 0 0 4px 1px #111;
}
ul.aside-nav li { font-family: 'Varela Round', sans-serif; font-size: 2em; color: white; letter-spacing: 2px; text-align: center; text-transform: uppercase; list-style: none; margin: 0; border-bottom: 1px solid #333; position: relative;
}
ul.aside-nav li:first-child { border: none;
}
ul.aside-nav li:last-child { border: none;
}
ul.aside-nav li a { font-family: 'Varela Round', sans-serif; font-size: 0.6em; color: #2A2A2A; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; background: white; display: block; padding: 40px 0; width: 100%; position: relative; z-index: 1; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s;
}
ul.aside-nav li a:after { content: ""; position: absolute; top: 0; left: 50%; background: #FA3877; width: 0; height: 100%; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; z-index: -1;
}
ul.aside-nav li a:hover { color: white; text-decoration: none; -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; -webkit-transition-delay: 0.3s; transition-delay: 0.3s;
}
ul.aside-nav li a:hover:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #FA3877; width: 100%;
}
Aside Nav Animated - Script Codes
Aside Nav Animated - Script Codes
Home Page Home
Developer Nicholas M. Smith
Username icutpeople
Uploaded August 27, 2022
Rating 4.5
Size 3,326 Kb
Views 30,360
Do you need developer help for Aside Nav Animated?

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!

Nicholas M. Smith (icutpeople) Script Codes
Create amazing video scripts 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!