projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ad8ad
)
remove theme from init options example
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Wed, 8 Aug 2012 06:12:47 +0000
(
03:12
-0300)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Wed, 8 Aug 2012 06:12:47 +0000
(
03:12
-0300)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 4282db5c131ba78c59aa902efe3932fd0fe03b2b..ac55238767924a7e9d8b395f1d9c764b3602ec07 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-75,9
+75,6
@@
Reveal.initialize({
// Apply a 3D roll to links on hover
rollingLinks: true,
- // UI style
- theme: 'default', // default/neon/beige
-
// Transition style
transition: 'default' // default/cube/page/concave/linear(2d)
});