-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
281 lines (215 loc) · 9.07 KB
/
index.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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Get the new jQuery transcendance plugin to cycle your images - its free!">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.transcendance.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22031771-6']);
_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>
<title>jQuery transcendance image slider</title>
</head>
<body>
<div id="topslide">
<div id="header">
<img src="css/img/transcendance_header_logo.gif" alt="Transcendance Logo" id="transcendance_logo" />
<div id="nav">
<a href="index.html" class="navlink">Home</a>
<a href="links/download.html" class="navlink">Download</a>
<a href="links/options.html" class="navlink">Options</a>
<a href="links/support.html" class="navlink">Support</a>
</div> <!-- nav -->
</div> <!-- header -->
</div> <!-- topslide -->
<!-- header end -->
<div id="stageBackground">
<div id="wave">
<div id="stage" class="hidden">
<h1>Welcome to Transcendance</h1>
<div id="hull">
<a href="1.html"><img alt="" src="images/gallery/sicimg01.jpg" /></a>
<img alt="" src="images/gallery/sicimg02.jpg" />
<a href="3.html"><img alt="" src="images/gallery/sicimg03.jpg" /></a>
<a href="4.html"><img alt="" src="images/gallery/sicimg04.jpg" /></a>
<a href="5.html"><img alt="" src="images/gallery/sicimg05.jpg" /></a>
<a href="6.html"><img alt="" src="images/gallery/sicimg06.jpg" /></a>
<a href="7.html"><img alt="" src="images/gallery/sicimg07.jpg" /></a>
<!--
<img alt="" src="images/gallery/sicimg01.jpg" />
<img alt="" src="images/gallery/sicimg02.jpg" />
<img alt="" src="images/gallery/sicimg03.jpg" />
<img alt="" src="images/gallery/sicimg04.jpg" />
<img alt="" src="images/gallery/sicimg05.jpg" />
<img alt="" src="images/gallery/sicimg06.jpg" />
<img alt="" src="images/gallery/sicimg07.jpg" />
-->
</div> <!-- hull -->
</div> <!-- stage -->
<p class="warning">
<b>Please note:</b> You need to have JavaScript enabled in order to view this page correctly.
</p>
<div class="shadowBottom"></div>
</div> <!-- wave -->
</div> <!-- stageBackground -->
<div id="main">
<div id="uiHull" class="hidden">
<div id="uiProxy">
<div id="ui">
<div class="shadowTop"></div>
<div class="uiRow">
<div class="uiContLeft">transxLength</div>
<div class="uiContDot">:</div>
<div class="uiContMid"><input id="uiInput1" maxlength="2" value="10" /></div>
<div class="uiContRight">amount of horizontal cells </div>
</div>
<div class="uiRow">
<div class="uiContLeft">transyLength</div>
<div class="uiContDot">:</div>
<div class="uiContMid"><input id="uiInput2" maxlength="2" value="4" /></div>
<div class="uiContRight">amount of vertical cells </div>
</div>
<div class="uiRow">
<div class="uiContLeft">transAnimSpeed</div>
<div class="uiContDot">:</div>
<div class="uiContMid"><input id="uiInput3" maxlength="4" value="900" /></div>
<div class="uiContRight">cell fading speed [ms] </div>
</div>
<div class="uiRow">
<div class="uiContLeft">transAnimDelay</div>
<div class="uiContDot">:</div>
<div class="uiContMid"><input id="uiInput4" maxlength="3" value="50" /></div>
<div class="uiContRight">delay between two cells being faded [ms] </div>
</div>
<div class="uiRow">
<div class="uiContLeft">transAnimType</div>
<div class="uiContDot">:</div>
<div class="uiContMid">
<select id="uiInput5">
<option>default</option>
<option>random</option>
</select>
</div>
<div class="uiContRight">animation order of cells </div>
</div>
<div class="uiRow">
<div class="uiContLeft">transAnimBounce</div>
<div class="uiContDot">:</div>
<div class="uiContMid">
<select id="uiInput6">
<option>false</option>
<option>true</option>
</select>
</div>
<div class="uiContRight">if true, cell animation will go from bottom to top and vice versa </div>
</div>
<div class="uiRow">
<div class="uiContLeft">transImgOrder</div>
<div class="uiContDot">:</div>
<div class="uiContMid">
<select id="uiInput7">
<option>default</option>
<option>random</option>
</select>
</div>
<div class="uiContRight">determines which image will be cycled next </div>
</div>
<div class="uiRow">
<div class="uiContLeft">transImgDelay</div>
<div class="uiContDot">:</div>
<div class="uiContMid"><input id="uiInput8" maxlength="4" value="1500" /></div>
<div class="uiContRight">delay until the next image gets cycled [ms] </div>
</div>
<div class="uiRow">
<div class="uiContLeft">transAutoAdjust</div>
<div class="uiContDot">:</div>
<div class="uiContMid">
<select id="uiInput9">
<option>false</option>
<option>true</option>
</select>
</div>
<div class="uiContRight">will automatically adjust cell dimensions if needed</div>
</div>
<div class="uiRow">
<div class="uiContLeft">transPause</div>
<div class="uiContDot">:</div>
<div class="uiContMid">
<select id="uiInput10">
<option>false</option>
<option>true</option>
</select>
</div>
<div class="uiContRight">will pause cycling when hovering the stage</div>
</div>
<div class="clear"></div>
<div id="uiButtonApply" title="applies the current settings to the stage">apply</div>
<div id="uiButtonCode" title="gives out the current settings as code to put on your website">generate code</div>
<div class="clear"></div>
<div class="shadowBottom"></div>
</div> <!-- ui -->
<p>
In the above interface you can type custom values which will then get applied to the cycle stage by pressing the "apply" button.
By doing so, you can test how different settings look within the Transcendance plugin - <b>on the fly</b>.
</p>
<p>
If you like the current settings, click "generate code" to receive the exact code you are currently viewing to put on your website.
</p>
<span class="hint">
<b>Please note:</b> This is beta status. By applying new settings, errors and weird behaviour are likely to occur. It is recommended to simply reload the site then.
</span>
<hr />
</div> <!-- uiproxy -->
</div> <!-- uihull -->
<span id="customizeButton" class="hidden" title="click to un-/hide the customization interface">customize</span>
<div class="col">
<div>
<h2>What is Transcendance?</h2>
<p>
Transcendance is an image cycle plugin for <a href="http://www.jquery.com" target="_blank">jQuery</a>.
You can easily use it on your website and customize it just the way you want it. And the best: it is for free.
You can download the latest version of Transcendance <a href="links/download.html">here</a>.
If you need help or assistance, go check out the <a href="links/support.html">support</a> site.
</p>
</div>
<div>
<h2>Why choose Transcendance?</h2>
<p>
Transcendance offers a variety of options to customize the way images are being cycled.
In the above example you find the options you can <span class="stillNot">define</span> within Transcendance.
Moreover, it is compatible with all common browsers, such as Firefox, Chrome, Safari, Opera and Internet Explorer.
</p>
</div>
<div>
<h2>What can it do?</h2>
<p>
You can define in how many blocks, called <i>cells</i>, your images are being split.
You can define how long it takes a cell to fade in and how long it will take to go over to the next cell to fade in.
You can set how long an image will be visible before transcending (caution: word play) to the next image.
But there is much <span class="stillNot">more</span>.
</p>
</div>
</div> <!-- col -->
<div id="codeOverlay" class="hidden"></div>
<div id="codeWrapper" class="hidden"></div>
<div class="clear"></div>
</div> <!-- main -->
<div id="footerBackground">
<div id="footer">
<span>
© 2011 creutzgraphics.de
</span>
<a href="links/imprint.html">Imprint</a>
</div> <!-- footer -->
</div> <!-- footerBackground -->
</body>
</html>