js+css实现14种左侧菜单弹出方式过渡动画效果代码
代码语言:html
所属分类:菜单导航
代码描述:js+css实现14种左侧菜单弹出方式过渡动画效果代码
代码标签: js css 左侧 菜单 弹出 方式 过渡 动画
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/normalize.5.0.css">
<style>
body {
background:#444;
color:#48a770;
font-weight:300;
font-family:'Lato',Calibri,Arial,sans-serif;
}
a {
text-decoration:none;
color:#48a770;
outline:none;
}
a:hover,a:focus {
color:#2c774b;
outline:none;
}
/* Clearfix hack by Nicolas Gallagher:http://nicolasgallagher.com/micro-clearfix-hack/ */.clearfix:before,.clearfix:after {
display:table;
content:" ";
}
.clearfix:after {
clear:both;
}
.codrops-header,.codrops-top {
font-family:'Lato',Arial,sans-serif;
}
.codrops-header {
margin:0 auto 3em;
padding:3em;
text-align:center;
}
.codrops-header h1 {
margin:0;
font-weight:300;
font-size:2.625em;
line-height:1.3;
}
.codrops-header span {
display:block;
padding:0 0 0.6em 0.1em;
font-size:60%;
color:#aca89a;
}
/* To Navigation Style */.codrops-top {
width:100%;
text-transform:uppercase;
font-size:0.69em;
line-height:2.2;
font-weight:400;
background:rgba(255,255,255,0.3);
}
.codrops-top a {
display:inline-block;
padding:0 1em;
text-decoration:none;
letter-spacing:0.1em;
}
.codrops-top a:hover {
background:rgba(255,255,255,0.4);
color:#333;
}
.codrops-top span.right {
float:right;
}
.codrops-top span.right a {
display:block;
float:left;
}
.codrops-icon:before {
margin:0 4px;
text-transform:none;
font-weight:normal;
font-style:normal;
font-variant:normal;
font-family:'codropsicons';
line-height:1;
speak:none;
-webkit-font-smoothing:antialiased;
}
.codrops-icon-drop:before {
content:"\e001";
}
.codrops-icon-prev:before {
content:"\e004";
}
.main {
max-width:69em;
margin:0 auto;
}
.column {
float:left;
width:50%;
padding:0 2em;
min-height:300px;
position:relative;
text-align:right;
}
.column:nth-child(2) {
box-shadow:-1px 0 0 rgba(0,0,0,0.1);
text-align:left;
}
.column p {
font-weight:300;
font-size:2em;
padding:0 0 0.5em;
margin:0;
line-height:1.5;
}
button {
border:none;
padding:0.6em 1.2em;
background:#388a5a;
color:#fff;
font-family:'Lato',Calibri,Arial,sans-serif;
font-size:1em;
letter-spacing:1px;
text-transform:uppercase;
cursor:pointer;
display:inline-block;
margin:3px 2px;
border-radius:2px;
}
button:hover {
background:#2c774b;
}
.info {
text-align:center;
font-si.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0