jquery实现可拖动悬浮水滴融合展开菜单动画效果代码

代码语言:html

所属分类:菜单导航

代码描述:jquery实现可拖动悬浮水滴融合展开菜单动画效果代码

代码标签: 拖动 悬浮 水滴 融合 展开 菜单 动画 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="zh-hans-cn">
<head>
    <meta charset="UTF-8">
    <meta name="Author" content="Rin">
    <title></title>
<style>
    
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 62.5%
}
body {
	font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
	margin: 0;
	font-size: 1.6rem;
	background-color: #f9f9f9;
	color: #4E546B
}


.aside-nav {
	position: fixed;
	right: -50px;
	top: 350px;
	width: 260px;
	height: 260px;
	-webkit-filter: url(#goo);
	filter: url(#goo);
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	opacity: .75
}
.aside-nav.no-filter {
	-webkit-filter: none;
	filter: none
}
.aside-nav .aside-menu {
	position: absolute;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f34444;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 20px;
	z-index: 1;
	cursor.........完整代码请登录后点击上方下载按钮下载查看

网友评论0