-
Notifications
You must be signed in to change notification settings - Fork 59
/
index2.html
196 lines (167 loc) · 7.03 KB
/
index2.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>JX.Animate by AlloyTeam</title>
<link rel="stylesheet" href="./style/css/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<link href="./style/css/animate.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<style type="text/css">
div{margin:0;padding:0;}
a{color:#9A9A9A; text-decoration:none;outline:none}
a:hover,a:active{color:#FF0000;text-decoration:underline}
#mouseOverleft {
z-index: 200;
}
#mouseOverright{
z-index: 200;
}
#mouseOverleft:hover .pageLeft{
display: block;
}
#mouseOverleft .pageLeft{
display: none;
position:absolute;
left:0;
top:0;
width:100%;
cursor:pointer;
height: 600px;
z-index:201}
.pageLeft span{
float:left;
width:102px;
height:95px;
margin:0 0 0 24px;
display:inline;
background-image: url(./style/images/right.png);
background-repeat: no-repeat;
}
.pageLeft span a{display:block;position:relative;width:102px;height:95px;}
.pageRight span a{display:block;position:relative;width:102px;height:95px;}
#mouseOverright:hover .pageRight{
display: block;
}
#mouseOverright .pageRight{
display: none;
position:absolute;
left:0;
top:0;
width:100%;
cursor:pointer;
height: 600px;
z-index:201
}
.pageRight span{
float:right;
width:102px;
height:95px;
margin:0 24px 0 0;
display:inline;
background-image: url(http://mat1.gtimg.com/www/hd2011/left.png);
background-repeat: no-repeat;
}
</style>
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/AlloyTeam/JXAnimate">View On GitHub</a></li>
<li class="downloads"><a href="https://github.com/AlloyTeam/JXAnimate/zipball/master">ZIP</a></li>
<li class="downloads"><a href="https://github.com/AlloyTeam/JXAnimate/tarball/master">TAR</a></li>
<li class="title">DOWNLOADS</li>
</nav>
<div id="title">
<h1>JX.Animate</h1>
<span class="credits right">HTML5 CSS3 Animation Engine By<a href="http://www.alloyteam.com">AlloyTeam</a></span>
</div>
</div><!-- end header -->
<div class="wrapper">
<section>
<h2>Slide Transition Demo</h2>
<div class="checkbox">
<input tabindex="3" class="domino" type="checkbox" id="switch_domino" checked='true'>
<label class="sprite30x30 domino" for="switch_domino">多米诺效果</label>
</div>
<div id="main">
<div id="mouseOverleft" style="width:240px;position:absolute;left:0;height:400px;">
<div class="pageLeft" cmd="prev">
<span style="margin-top: 149px;"><a href="javascript:void(0);" cmd="prev" onfocus="this.blur()"></a></span>
</div>
<div class="pageLeft-bg" style="display:none"></div>
</div>
<div id="mouseOverright" style="width:240px;position:absolute;right:0px;height:400px;">
<div class="pageRight" cmd="next">
<span style="margin-top: 149px;"><a href="javascript:void(0);" cmd="next" onfocus="this.blur()"></a></span>
</div>
<div class="pageRight-bg" style="display:none"></div>
</div>
<div id="slide_contrainer">
<img src="style/images/m1.jpg">
<img src="style/images/m2.jpg">
<img src="style/images/m3.jpg">
<img src="style/images/m4.jpg">
<img src="style/images/m5.jpg">
<img src="style/images/m6.jpg">
<img src="style/images/m7.jpg">
<img src="style/images/m8.jpg">
</div>
</div>
<br>
<h2>Introduction</h2>
<p>
JXAnimation是一个开源的轻量级的CSS3动画库。动画可以使用标准的CSS3关键帧动画(KeyFrame)制作,也可以使用JavaScript制作,而且还可以支持在JavaScript中动态生成动画关键帧。
</p>
<p>
JXAnimation将关键帧与动画播放选项分开控制。不仅可以灵活控制动画播放的效果,还可以将关键帧当做资源重用。
</p>
除此之外,本项目还包括一个基于HTML5的声音引擎(JXAnimation.Audio)。声音引擎采用声音对象池的方式实现,支持加载、播放声音的功能。配合动画播放的播放效果更好。
</p>
<h2>Resources</h2>
<p>
<a href="jxanimate_demo.html">More Animation Effects</a>
</p>
<p>
Documents
</p>
</section>
</div>
<div class="footer">
<div class="copyright">
Copyright © <script>document.write(new Date().getFullYear());</script> <a href="http://www.AlloyTeam.com/" target="_blank">Tencent AlloyTeam</a>. All Rights Reserved.
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script src="modernizr-1.6.min.js"></script>
<script src="./js/jx.all.js"></script>
<script src="./js/jxanimate.js"></script>
<script src="./js/jxanimate.effects.js"></script>
<script src="./js/jxanimate.audio.js"></script>
<script src="./js/slideshow.js"></script>
<script src="./js/slideshow.effects.js"></script>
<script src="./js/index.js"></script>
<!--Tencent Analytics-->
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=24711241" charset="UTF-8"></script>
<!--Google Analytics-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23019343-9']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</div>
</body>
</html>