1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-31 18:22:04 +02:00

audit fix and rebuild after merge

This commit is contained in:
Hakim El Hattab
2025-02-18 11:46:55 +01:00
parent 1b075c8aa8
commit 659303e7bb
6 changed files with 878 additions and 794 deletions

5
dist/reveal.d.ts vendored
View File

@@ -32,10 +32,13 @@ declare interface Config {
maxScale?: number;
/**
* Display presentation control arrows
* - true: Display controls in all views
* - false: Hide controls in all views
* - 'speaker-only': Display controls only in the speaker view
*
* @defaultValue true
*/
controls?: boolean;
controls?: boolean | 'speaker-only';
/**
* Help the user learn the controls by providing hints, for example by
* bouncing the down arrow when they first encounter a vertical slide