-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.html
More file actions
428 lines (371 loc) · 25.9 KB
/
example.html
File metadata and controls
428 lines (371 loc) · 25.9 KB
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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Mathigon Slideshows | Example</title>
<meta name="description" content="Mathigon Slideshows is HTML and JavaScript framework that can be used to create some of the most beautiful slideshows on the web.">
<meta name="keywords" content="Slideshows PowerPoint Keynote Presentations HTML JavaScript CSS Web">
<!-- Mobile Capable -->
<meta name="HandheldFriendly" content="True">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Favicons and Home Screen Icons -->
<link rel="shortcut icon" type="image/x-icon" href="http://www.mathigon.org/slideshows/images/favicon.ico" />
<link rel="icon" type="image/png" href="http://www.mathigon.org/slideshows/images/favicon.png" />
<link rel="apple-touch-icon-precomposed" href="images/favicon57.png" >
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/favicon72.png" >
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/favicon114.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/favicon144.png">
<!-- Facebook Open Graph -->
<meta property="og:title" content="Mathigon Slideshows | Example"/>
<meta property="og:type" content="school"/>
<meta property="og:url" content="http://www.mathigon.org/slideshows/example.html"/>
<meta property="og:image" content="http://www.mathigon.org/slideshows/images/favicon512.png"/>
<meta property="og:site_name" content="Mathigon"/>
<meta property="og:description" content="Mathigon Slideshows is HTML and JavaScript framework that can be used to create some of the most beautiful slideshows on the web."/>
<!-- Viewport Size -->
<script>
if( screen.width > 640 ){
document.write('<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">' ); <!-- Tablet -->
} else {
document.write('<meta name="viewport" content="width=640, user-scalable=no">' ); <!-- Smartphone -->
}
</script>
<!-- Splash Screens -->
<link rel="apple-touch-startup-image" href="images/Splash320x460.png" media="(device-width: 320px)" > <!-- iPhone Portrait -->
<link rel="apple-touch-startup-image" href="images/Splash640x960.png" media="(device-width: 320px) and (-webkit-device-pixel-ratio: 2)"> <!-- Retina iPhone Portrait -->
<link rel="apple-touch-startup-image" href="images/Splash640x1096.png" media="(device-width: 320px) and (-webkit-device-pixel-ratio: 2)"> <!-- iPhone 5 Portrait -->
<link rel="apple-touch-startup-image" href="images/Splash768x1004.png" media="(device-width: 768px) and (orientation: portrait)" > <!-- iPad Portrait -->
<link rel="apple-touch-startup-image" href="images/Splash1024x748.png" media="(device-width: 768px) and (orientation: landscape)"> <!-- iPad Landscape -->
<!--
<link rel="apple-touch-startup-image" href="images/Splash1536x2008.png" media="(device-width: 1536px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)"> <!-- iPad Retina Portrait
<link rel="apple-touch-startup-image" href="images/Splash2048x1496.png" media="(device-width: 1536px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)"> <!-- iPad Retina Landscape
-->
<!-- Stylesheets -->
<link rel="stylesheet" href="stylesheets/main.css">
<!-- Additional Styles -->
<style>
.feature { width: 39%; height: auto; position: absolute; border-radius: 8px; box-shadow: 0 2px 10px #000; -webkit-box-shadow: 0 2px 10px #000; -moz-box-shadow: 0 2px 10px #000; display: none;}
.ani {
color: #C00;
text-decoration: underline;
cursor: pointer;
}
.ani:hover {
color: #900;
}
</style>
<!-- Webfonts -->
<script type="text/javascript" src="http://use.typekit.com/qyp7gff.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body id="body">
<header>
<div class="tools">
<div id="t_logo" class="t_left"><a title="Mathigon Slideshows" href="http://www.mathigon.org/slideshows"><span class="icon"></span></a></div>
<div class="t_left t_line"></div>
<div id="t_title" class="t_left"><div class="t_small">Semantics and Syntax</div><div class="t_big">Slide <span id="slidenumber">0</span><span id="slidetitle"></span></div></div>
<div id="t_full" class="t_right"><a title="full screen" href="javascript:goFullscreen();"><span class="icon"></span></a></div>
<div id="t_sound" class="t_right"><a title="narration"><span class="icon"></span></a></div>
<div id="t_text" class="t_right"><a title="presenter notes"><span class="icon"></span></a></div>
<div class="t_right t_line"></div>
<div id="t_help" class="t_right"><a title="help"><span class="icon"></span></a></div>
<div id="t_share" class="t_right"><a title="share or embed"><span class="icon"></span></a></div>
<div class="t_right t_line"></div>
<div id="t_end" class="t_right"><a title="last slide"><span class="icon"></span></a></div>
<div id="t_next" class="t_right"><a title="step forward"><span class="icon"></span></a></div>
<div id="t_back" class="t_right"><a title="step backwards"><span class="icon"></span></a></div>
<div id="t_start" class="t_right"><a title="first slide"><span class="icon"></span></a></div>
</div>
</header>
<footer>
<div id="notes">
<div id="notes_box">
<p>here are some presenter notes</p>
<p>and some more presenter notes</p>
</div>
</div>
<div id="pbar">
<div id="pbar_box">
<input type="text" id="pinp_slider"/>
<div id="pbar_slider"></div>
</div>
</div>
</footer>
<div class="infobox" id="info_warning" style="display: block;">
<div class="infobox_wrapper">
<h1>Error: JavaScript Disabled</h1>
<p>Mathigon Slideshows require JavaScript to be enabled. Check the help function of your browser for how to do this.</p>
</div>
<div class="lbclose"></div>
</div>
<div class="infobox box_scroll" id="info_help">
<div class="infobox_wrapper">
<h1>Help</h1>
<p>This slideshow is best viewed in <a href="https://www.google.com/chrome/">Google Chrome</a> or other webkit browsers. Unfortnately neither Firefox nor Internet Explorers support all features and effects.</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Step forward</td>
<td>space, →, ↓ or ↵ keys or ► in toolbar<br>on mobile devices swipe to left</td>
</tr>
<tr>
<td>Next slide</td>
<td>tab or page down keys</td>
</tr>
<tr>
<td>Previous Slide</td>
<td>←, ↑, ⌫, or page up keys or ◄ in toolbar<br>on mobile devices swipe to right</td>
</tr>
<tr>
<td>Beginning</td>
<td>skip to start in toolbar</td>
</tr>
<tr>
<td>Final Slide</td>
<td>skip to end in toolbar</td>
</tr>
<tr>
<td>Show Slide Notes</td>
<td>notes button in toolbar</td>
</tr>
<tr>
<td>Narration</td>
<td>audio button in toolbar<br>this applies to narration, not audio or video elements</td>
</tr>
<tr>
<td>Full Screen</td>
<td>full screen button in toolbar<br>exit using esc key or button in toolbar</td>
</tr>
</table>
<h1>Credits</h1>
<p>© Mathigon / Philipp Legner.</p>
</div>
<div class="lbclose"></div>
</div>
<div class="infobox box_scroll" id="info_share">
<div class="infobox_wrapper">
<h1>Share Slideshow</h1>
<p><span class="sleft"><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.mathigon.org%2Fslideshows&send=false&layout=standard&width=450&show_faces=true&action=like&colorscheme=light&font&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:52px; height:28px;" allowTransparency="true"></iframe></span>
<span class="sleft"><a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-count="none" data-size="large" >Tweet</a></span>
<span class="sleft"><a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent(window.location); return false"> <img src="http://www.reddit.com/static/spreddit8.gif" alt="submit to reddit" width="109" height="28" border="0"/> </a></span>
<span class="sleft"><su:badge layout="6"></su:badge></span></p>
<p>Use the following code to embed this slideshow in a blog or website. It should have a size of at least 800px by 450px.</p>
<textarea readonly><iframe src="http://www.mathigon.org/slideshows/example.html" frameborder="0" scrolling="no" height="405px" width="720px"></iframe></textarea>
<h1>Mobile Devices</h1>
<p>This slideshow is optimised for mobile devices like iPad and iPhone and is <a href="http://www.apple.com/ios/add-to-home-screen/">Webb App capable</a>. To hide the browser toolbars, click 'share' and 'add to home screen'. Now click on the new icon to open the slideshow in full screen mode.</p>
</div>
<div class="lbclose"></div>
</div>
<!-- =============================================================================== -->
<div id="stage" data-ratio="0.5625" ontouchstart="touchStart(event,'stage');" ontouchend="touchEnd(event);" ontouchmove="touchMove(event);" ontouchcancel="touchCancel(event);">
<section class="s_shadow1" data-transition="fade" data-duration="1000" style="background: #000; color: #FFF; background-image: url(resources/example/fireworks.jpg);">
<img id="title" src="resources/example/title.png" width="1172" height="242" alt="fruit" style="width: 81.39%; height: auto; left: 8.44%; top: 23.56%; position: absolute; display: none;">
<!--<h1 class="title" >Mathigon Slideshows</h1>
<h2 class="subtitle">Syntax, Styles and Animations</h1>-->
<div class="pnotes">
<p>Welcome!<br>Mathigon Slideshows is a powerful framework for making HTML slideshows on the web. It was created as part of the Mathigon project to make engaging mathematics lessons that can be watched by students at home or be presented by teachers in classrooms.</p>
<p>Click anywhere on the slide to show the toolbars and use the top buttons to toggle narration and presenter notes. Use the keyboard arrows to navigate; on mobile devices simply swipe.</p>
</div>
<audio class="saudio"><source src="resources/example/narration/intro.mp3" type="audio/mpeg"></audio>
<script> var xSteps0 = function(x) { switch(x) {
case 0: setTimeout( function(){$('#title').buildIn('lenseFlare',2000);}, 1000 ); break;
case 'x': $('#title').css('display','none'); break;
case 'max': return 0;
}} </script>
</section>
<!-- =============================================================================== -->
<section class="" data-transition="color" data-duration="2000" style="background-image: url(resources/example/fireworks.jpg)" data-title="Features">
<h1 id="f0" style="color: #FFF; position: absolute; left: 30%; top: 3%; text-shadow: 0 1px 8px #000, 0 1px 8px #000; font-size: 3em; display: none;">Features</h1>
<img id="f1" class="feature" src="resources/example/features/f1.png" width="500" height="200" alt="" style="top: 27%; left: 7%;">
<img id="f2" class="feature" src="resources/example/features/f2.png" width="500" height="200" alt="" style="top: 44%; left: 9%;">
<img id="f3" class="feature" src="resources/example/features/f3.png" width="500" height="200" alt="" style="top: 59%; left: 8%;">
<img id="f4" class="feature" src="resources/example/features/f4.png" width="500" height="200" alt="" style="top: 74%; left: 11%;">
<img id="f5" class="feature" src="resources/example/features/f5.png" width="500" height="200" alt="" style="top: 29%; left: 50%;">
<img id="f6" class="feature" src="resources/example/features/f6.png" width="500" height="200" alt="" style="top: 42%; left: 57%;">
<img id="f7" class="feature" src="resources/example/features/f7.png" width="500" height="200" alt="" style="top: 57%; left: 55%;">
<img id="f8" class="feature" src="resources/example/features/f8.png" width="500" height="200" alt="" style="top: 67%; left: 52%;">
<div class="pnotes"><p>Slides can consist of any HTML content, including videos, forms or iframes. They can be customised entirely using JavaScript and CSS.</p></div>
<div class="pnotes"><p>You can embed spoken narration as well as presenter notes, and users can disable these independently.</p></div>
<div class="pnotes"><p>Mathigon Slideshows are fully mobile and WebApp capable. They fluidly adjust to the window or screen size: try resizing your browser!</p></div>
<div class="pnotes"><p>With Mathigon Slideshows included are many amazing effects, animations, transitions and designs. We are constantly adding more, and it is easy to customise them in JavaScript.</p></div>
<div class="pnotes"><p>You can navigate the slideshow using keyboard shortcuts, the toolbars, a slider or mobile gestures.</p></div>
<div class="pnotes"><p>You can share slideshows via Facebook, Twitter and other Social Sites without leaving the slideshow, or embed them in your website or blog.</p></div>
<div class="pnotes"><p>You can link to individual slides by using hashes in the URL.</p></div>
<div class="pnotes">
<p>And the slideshows even have a full screen button.</p>
<p>This presentation gives an overview of the underlying syntax and how you can create your own slideshows. Remember to watch examples and download all source files from <a href="http://www.mathigon.org/slideshows">mathigon.org/slideshows</a>.</p>
</div>
<audio class="saudio"><source src="resources/example/narration/f1.mp3" type="audio/mpeg"></audio>
<audio class="saudio"><source src="resources/example/narration/f2.mp3" type="audio/mpeg"></audio>
<audio class="saudio"><source src="resources/example/narration/f3.mp3" type="audio/mpeg"></audio>
<audio class="saudio"><source src="resources/example/narration/f4.mp3" type="audio/mpeg"></audio>
<audio class="saudio"><source src="resources/example/narration/f5.mp3" type="audio/mpeg"></audio>
<audio class="saudio"><source src="resources/example/narration/f6.mp3" type="audio/mpeg"></audio>
<audio class="saudio"><source src="resources/example/narration/f7.mp3" type="audio/mpeg"></audio>
<audio class="saudio"><source src="resources/example/narration/f8.mp3" type="audio/mpeg"></audio>
<script> var xSteps1 = function(x) { switch(x) {
case 0: $('#f0').buildIn('fade',1000);
$('#f1').buildIn('flipHorizontal',2000); break;
case 1: $('#f2').buildIn('blur',1000); break;
case 2: $('#f3').buildIn('rotateDown',1000); break;
case 3: $('#f4').buildIn('flyLeft',1000); break;
case 4: $('#f5').buildIn('drop',1000); break;
case 5: $('#f6').buildIn('flip3DHorizontal',1000); break;
case 6: $('#f7').buildIn('spinUp',1000); break;
case 7: $('#f8').buildIn('wipeLeft',1000); break;
case 'x': $('.feature, #f0').css('display','none'); break;
case 'max': return 7; break;
}} </script>
</section>
<!-- =============================================================================== -->
<section class="s_shadow" data-transition="objects" data-duration="2000" style="background-image: url(images/textures/bamboo-1.jpg)" data-title="Basic Syntax">
<h1>The Basic Syntax</h1>
<div class="col_full">
<p>Every slide is represented by a new <code>section</code> HTML tag, as shown below:</p>
<div class="codebox">
<code>
<div id="stage" data-ratio="0.75"><br><br>
<section><br>
<h1>This is Slide 1</h1><br>
<p>And here is some text on slide 1</h1><br>
</section><br><br>
<section><br>
<h1>This is Slide 2</h1><br>
<p>And here is some text on slide 2</h1><br>
</section><br><br>
<div>
</code>
</div>
<p>The <code>data-ratio</code> attribute for <code><stage></code> gives the slide aspect ratio. It is optional; if missing the slide will wrap to the window width and height.</p>
</div>
</section>
<!-- =============================================================================== -->
<section data-transition="objects" data-duration="2000" style="background-image: url(images/textures/bamboo-1.jpg)" data-title="<section> Tag Attributes">
<h1>The <code><section></code> tag attributes</h1>
<div class="col_full">
<p>There are many additional attributes for the <code>section</code> tags:</p>
<div class="codebox">
<code><section<br>
data-title="Tite of Slide" // slide title; default is no title<br>
data-transition="fade" // transition; default is no transition<br>
data-duration="2000" // transition duration; default is 0<br>
class="s_shadow" // useful for adding css styles to many slides<br>
style="background-image: url(bg.jpg)" // add styles to individual slides<br>
><br>
<p>Here is some text</p><br>
</section><br>
</code>
</div>
<p>Since the slide is scaled to fit the browser it is important to get the background style rules right. By default, the background scales to cover the slide. If a tiling image is used, include a <code>background-size</code> rule.</p>
<p>On the next slide you can find a list of all possible slide transitions.</p>
</div>
</section>
<!-- =============================================================================== -->
<section data-transition="slideLeft" data-duration="2000" style="background-image: url(images/textures/bamboo-1.jpg)" data-title="Transitions">
<div class="frame">
<h1>Slide Transitions</h1>
<div class="col_left">
<h2>Existing Transitions</h2>
<p>none (default),</p>
<p>fade,</p>
<p>objects,</p>
<p>color (specify <em>data-viacolor</em>, default is black),</p>
<p>slideLeft, slideRight, slideUp, slideDown,</p>
<p>coverLeft, coverRight, coverUp, coverDown,</p>
<p>revealLeft, revealRight, revealUp, revealDown,</p>
<p>wipeHorizontal, wipeVertical (Beta)</p>
</div>
<div class="col_right">
<h2>Coming in Version 1.1</h2>
<p>zoomUp, zoomDown, rotateUp, rotateDown</p>
<p>3D transitions (cube*, raise*, fall*, flip*, swap)</p>
<p>Filter transitions (blur, flash)</p>
<p>Canvas transitions (advanced wipes, mosaic)<br>
<em>These will, temporarily, render slides as canvas to allow for more advanced transitions.</em></p>
</div>
</div>
</section>
<!-- =============================================================================== -->
<section data-transition="coverUp" data-duration="2000" style="background-image: url(images/textures/bamboo-1.jpg)" data-title="Animations">
<div class="frame">
<h1>Animations and JavaScript Effects</h1>
<div class="col_full">
<p>Steps and animations can be added by defining a <code>xStepsi</code> function, where the <code>i</code> should be replaced by the slide number (starting from 0).</p>
<div class="codebox">
<code>
<script> var xSteps1 = function(x) { switch(x) {<br>
case 0: /*Code for slide load*/ break;<br>
case 1: /*Code for step 1*/ break;<br>
case 2: /*Code for step 2*/ break;<br>
case 'x': /*Code to reset the slide to original state*/ break;<br>
case 'max': return 2; break;<br>
}} </script>
</code>
</div>
<p>Here, case 0 is executed on slide load, cases 1, 2, ... are executed at the individual steps, case 'x'resets the slide to the original position and case 'max' returns the number of slide steps. The latter is useful if some of the step cases are empty.</p>
<p>On the following slide there is an overview of all the existing animation effects.</p>
</div>
</div>
</section>
<!-- =============================================================================== -->
<section data-transition="revealRight" data-duration="2000" style="background-image: url(images/textures/bamboo-1.jpg)" data-title="Effects">
<div class="frame">
<h1>Mathigon Animations</h1>
<div class="col_left" style="width: 55%; font-size: 0.9em">
<p>Animations are called with <code>$('#id').buildIn('transition',time, 'easing')</code> and similarly for <code>buildOut</code>. All attributes are optional, the default is <code>.buildIn('appear',1000,'swing')</code>. Supported transition values are:</p>
<p><span class="ani">appear</span>, <span class="ani">fade</span>, <span class="ani">zoomUp</span>, <span class="ani">zoomDown</span>, <span class="ani">rotate</span>, <span class="ani">rotateUp</span>, <span class="ani">rotateDown</span>, <span class="ani">spin</span>, <span class="ani">spin</span>, <span class="ani">spinDown</span>, <span class="ani">flipHorizontal</span>, <span class="ani">flipVertical</span>, <span class="ani">stretchHorizontal</span>, <span class="ani">stretchVertical</span>, <span class="ani">expandHorizontal</span>, <span class="ani">expandVertical</span>, <span class="ani">flip3DHorizontal</span>, <span class="ani">flip3DVertical</span>, <span class="ani">blur</span>, <span class="ani">pop</span></p>
<p><em>Require absolute positioning:</em><br><span class="ani">fadeLeft</span>, <span class="ani">fadeRight</span>, <span class="ani">fadeUp</span>, <span class="ani">fadeDown</span>, <span class="ani">flyLeft</span>, <span class="ani">flyRight</span>, <span class="ani">flyTop</span>, <span class="ani">flyBottom</span>, <span class="ani">flyTopRight</span>, <span class="ani">flyTopLeft</span>, <span class="ani">flyBottomRight</span>, <span class="ani">flyBottomLeft</span>, <span class="ani">wipeLeft</span>, <span class="ani">wipeTop</span>, <span class="ani">lenseFlare</span>, <span class="ani">drop</span></p>
<p>Not all animations support their buildOut counterpart (yet). Supported easing values are 'linear', 'swing', 'Bounce', 'Quad', 'Quint', 'Sine', 'Cubic', 'Expo', 'Back', 'Quart', 'Circ', 'Elastic'. Many more animations will be coming in version 1.1.</p>
</div>
</div>
<img id="star" src="resources/example/mathigon.png" width="380" height="380" style="width: 32%; height: 54%; top:30%; right: 2%;">
</section>
<!-- =============================================================================== -->
<section data-transition="fade" data-duration="2000" style="background-image: url(images/textures/bamboo-1.jpg)" data-title="Notes and Narration">
<h1>Presenter Notes and Narration</h1>
<div class="col_full">
<p>Presenter notes and spoken narration can be added anywhere in the <code><section>></code> elements, in the correct order. If certain steps require none, it is necessary to add an empty element. The number of steps always needs to be specified using the <code>'max'</code> case as before.</p>
<div class="codebox">
<code>
<div class="pnotes"><br>
<p>And the slideshows even have a full screen button.</p><br>
</div><br><br>
<audio class="saudio"><br>
<source src="resources/example/narration/f0.mp3" type="audio/mpeg"><br>
</audio>
</code>
</div>
</div>
</section>
<!-- =============================================================================== -->
<section data-transition="slideDown" data-duration="2000" style="background-image: url(images/textures/bamboo-1.jpg)" data-title="Roadmap">
<h1>Roadmap</h1>
<div class="col_left">
<ul>
<li>Improve Syntax, with more HTML code to be generated by JavaScript;</li>
<li>Improve print stylesheet;</li>
<li>Additional slide transitions and object effects, some of them to be rendered using HTML Canvas;</li>
<li>WYSIWUG user interface for creating slideshows.</li>
</ul>
</div>
<div class="col_right">
<img src="resources/example/code.jpg" width="500" height="500" alt="">
</div>
</section>
</div>
</body>
<!-- Scripts -->
<script>
var prevs = "resources/example/icons/";
</script>
<script src="scripts/jquery.js" ></script>
<script src="scripts/jqueryUI.js" ></script>
<script src="scripts/dragdealer.js"></script>
<script src="scripts/main.js" ></script>
<script>
$('.ani').click( function(){
var trans = $(this).html();
$('#star').buildIn(trans);
})
</script>
</html>