右下角浮窗&动画效果

简介: 2015-07-17 11:07:57 CSS 1 #goreg { 2 width: 70px; 3 position: fixed; 4 bottom: 20px; 5 right: 25px; 6 z-index: 100; 7 opacity:0.

2015-07-17 11:07:57

CSS

 1 #goreg {
 2     width: 70px;
 3     position: fixed;
 4     bottom: 20px;
 5     right: 25px; 
 6     z-index: 100; 
 7     opacity:0.4; 
 8     text-align: center;
 9 } 
10 #goreg a {
11     text-decoration:none; 
12     width: 70px;
13     height: 70px;
14     display: inline-block;
15     background-color: #e0e4e5; 
16     padding-top: 20px; 
17     color: black; 
18     line-height:30px; 
19     overflow: hidden;
20 } 
21 #goreg a:hover {
22     background-color: #ccc;
23 }

js

1         var str = '<div id="goreg"><a href="/q2a/register" target="_blank">提醒注册</a></div>';
2         $("body").append(str);
3         $("#goreg a").animate({"width":"90","height":"70"},100);
4         $("#goreg a").animate({"width":"80","height":"70"},100);
5         $("#goreg a").animate({"width":"70","height":"70"},100);
6         $("#goreg a").animate({"width":"75","height":"70"},100);
7         $("#goreg a").animate({"width":"73","height":"70"},100);
8         $("#goreg a").animate({"width":"70","height":"70"},100);

 

目录
相关文章
|
4月前
|
前端开发
Flutter笔记:光影动画按钮、滚动图标卡片组等
Flutter笔记:光影动画按钮、滚动图标卡片组等
40 0
|
5月前
水波纹按钮动画
水波纹按钮动画
26 0
水波纹按钮动画
|
6月前
|
小程序 JavaScript
小程序底部动画弹框
小程序底部动画弹框
45 0
|
9月前
|
存储 C++ Python
C++复刻:[流光按钮]+[悬浮波纹按钮]
[流光按钮]+[悬浮波纹按钮]
111 0
|
12月前
|
UED
【Axure教程】鼠标滚动上下翻页效果
【Axure教程】鼠标滚动上下翻页效果
|
前端开发
【30天30个小项目】菜单悬停动画
【30天30个小项目】菜单悬停动画
44 0
【30天30个小项目】菜单悬停动画
|
Java Android开发
两个按钮的滑块
牙叔教程 简单易懂
128 0
9款鼠标划入卡片特效
在线演示 本地下载
713 0