Mercurial > hg > Papers > 2014 > nobuyasu-master
comparison slides/TODO.md @ 77:bd73f0e1cdd4
Added slides
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 03 Feb 2014 08:40:32 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
76:5c5d71d36c14 | 77:bd73f0e1cdd4 |
---|---|
1 # Todos and Ideas | |
2 | |
3 ## Theming | |
4 | |
5 * add some themes; | |
6 | |
7 ## Addons | |
8 | |
9 * add hash addon | |
10 * add help addon | |
11 * add timer addon | |
12 | |
13 ## JavaScript cleanup | |
14 | |
15 * use prototype for functions | |
16 * use _ (underscore) for properties e.g. this.smax becomes this._smax | |
17 * add a Slide class ?? | |
18 * add a slide.js script that includes everything (including css) for easy use | |
19 | |
20 ## More | |
21 | |
22 * add support for far-past, past, current, future, far-future CSS classes on slides | |
23 * add support for iframe slides (e.g. fullscreen); see CSSS for examples | |
24 * add autostyle: true | false option ?? | |
25 * check if slide has id (if yes, reuse user-supplied id) | |
26 | |
27 ## Known bugs | |
28 | |
29 * jumpList in navList visibility won't work in chrome on :hover |