diff options
Diffstat (limited to 'esm/scripts/presentation.js')
| -rw-r--r-- | esm/scripts/presentation.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/esm/scripts/presentation.js b/esm/scripts/presentation.js index 9f33be2..61e6afc 100644 --- a/esm/scripts/presentation.js +++ b/esm/scripts/presentation.js @@ -3,8 +3,8 @@ export default { name: 'test', title: 'some presentation title', - effect: 'none', - pagination: 'classic', + effect: 'flip', + pagination: 'dynamic', css: ` html, |
