diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ let presentation = { selector: `str.selector`, /// MANDATORY source_url: `str.url, default='./'`, - effect: `none(=default) | vertical | cards | flip | fade | cube`, + effect: `none(=default) | cards | flip | fade | cube`, theme: `light(=default) | dark`, navigation: `boolean, default=true`, pagination: `none | classic(=default) | dynamic | progress | fraction` @@ -30,7 +30,7 @@ let presentation = { poi: [ // points of interest { text: `utf8 str` - style: `text.css_block, position absolute%`, + style: `text.css_block, position absolute%, scoped`, link: [ `array.css_blocks` ] /**/ hover: }, |
