博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jQuery10种不同动画效果的响应式全屏遮罩层
阅读量:6227 次
发布时间:2019-06-21

本文共 1419 字,大约阅读时间需要 4 分钟。

遮罩层有很多今天介绍这个jQuery10种不同动画效果的响应式全屏遮罩层

 

实例代码

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<div
class
=
"container"
>
            
<header
class
=
"sucaihuo-header"
>
                
<h1>全屏遮罩效果</h1>
                
<nav
class
=
"sucaihuo-demos"
>
                    
<a
class
=
"current-demo"
href=
"index.html"
>Huge Inc</a>
                    
<a href=
"index2.html"
>Corner</a>
                    
<a href=
"index3.html"
>Slide down</a>
                    
<a href=
"index5.html"
>Scale</a>
                    
<a href=
"index6.html"
>Door</a>
                    
<a href=
"index7.html"
>Content Push</a><br/>
                    
<a href=
"index8.html"
>Content Scale</a>
                    
<a href=
"index9.html"
>Corner Shape</a>
                    
<a href=
"index10.html"
>Little Boxes</a>
                    
<a href=
"index11.html"
>Simple Genie</a>
                    
<a href=
"index12.html"
>Genie</a>
                
</nav>
            
</header>
            
<section>
                
<p>Overlay fades
in
and menu rotates slightly
in
perspective. As seen on <a href=
"http://hugeinc.com"
>Huge</a></p>
                
<p><button id=
"trigger-overlay"
type=
"button"
>Open Overlay</button></p>
            
</section>
        
</div><!-- /container -->
        
<!-- open/close -->
        
<div
class
=
"overlay overlay-hugeinc"
>
            
<button type=
"button"
class
=
"overlay-close"
>Close</button>
            
<nav>
                
<ul>
                    
<li><a href=
"#"
>Home</a></li>
                    
<li><a href=
"#"
>jQuery</a></li>
                    
<li><a href=
"#"
>Html5</a></li>
                    
<li><a href=
"#"
>Css3</a></li>
                    
<li><a href=
"#"
>Contact</a></li>
                
</ul>
            
</nav>
        
</div>
        
<script src=
"js/classie.js"
></script>
        
<script src=
"js/demo1.js"
></script>

  转载

转载于:https://www.cnblogs.com/lianzhibin/p/6120097.html

你可能感兴趣的文章
Internationalization composition diagram
查看>>
四轴自适应控制算法的一些尝试开源我的山猫飞控和梯度在线辨识自适应等算法—(转)...
查看>>
[转]Android的userlogin登录
查看>>
接口里面的静态方法--痒啊
查看>>
电子商务网站数据分析常用指标(转)
查看>>
windows下用go语言写程序
查看>>
【转】iOS Programming – 触摸事件处理
查看>>
Handler的介绍及实例
查看>>
Vitamio FAQ(2012-11-20 )
查看>>
程序集引用里面的“Culture=neutral”是什么意思?
查看>>
批处理学习笔记2 - 编写批处理的for循环
查看>>
【web前端面试题整理07】我不理解表现与数据分离。。。
查看>>
C++一些注意点之转换操作符
查看>>
以JTextPanel为例Swing的鼠标事件详解
查看>>
【转】python中的lambda函数
查看>>
HashSet中实现不插入重复的元素
查看>>
atitit.破解 拦截 绕过 网站 手机 短信 验证码 之自动获取手机短信方式 attilax 总结...
查看>>
mongodb用户授权
查看>>
操作系统学习基本概念汇总
查看>>
RESTful架构详解
查看>>