Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | adjust control layouts when there are no vertical/horiozontal slides | Hakim El Hattab | 2017-05-17 |
| | |||
* | more flexible control size using em | Hakim El Hattab | 2017-05-17 |
| | |||
* | control opacity tweak | Hakim El Hattab | 2017-05-16 |
| | |||
* | controlsHints -> controlsTutorial | Hakim El Hattab | 2017-05-16 |
| | |||
* | in/out transitions for controls | Hakim El Hattab | 2017-05-16 |
| | |||
* | add controlsHint option, animates vertical arrow first time we encounter a ↵ | Hakim El Hattab | 2017-05-16 |
| | | | | vertical slide | ||
* | adjust controls layout when there are no vertical or horizontal slides in ↵ | Hakim El Hattab | 2017-05-16 |
| | | | | the deck | ||
* | prevent flicker on hover | Hakim El Hattab | 2017-05-16 |
| | |||
* | spacing adjustment | Hakim El Hattab | 2017-05-16 |
| | |||
* | fix unclickable slides in overview when controls were edge-aligned | Hakim El Hattab | 2017-05-16 |
| | |||
* | reduce control spacing | Hakim El Hattab | 2017-05-16 |
| | |||
* | fix responsive issue with speaker notes | Hakim El Hattab | 2017-05-16 |
| | |||
* | new, fixed, speaker notes layout | Hakim El Hattab | 2017-05-16 |
| | |||
* | 'controls-placement' -> 'controls-layout', cut back on controls spacing | Hakim El Hattab | 2017-05-16 |
| | |||
* | simplify control styling using currentColor | Hakim El Hattab | 2017-05-16 |
| | |||
* | more flexible back arrow controls option | Hakim El Hattab | 2017-05-16 |
| | |||
* | default to bottom right controls, rename soften arrows option | Hakim El Hattab | 2017-05-16 |
| | |||
* | collapse control element size when corner aligned | Hakim El Hattab | 2017-05-16 |
| | |||
* | new controls are used by default, add config options | Hakim El Hattab | 2017-05-16 |
| | |||
* | control size tweaks | Hakim El Hattab | 2017-05-16 |
| | |||
* | invert colors of controls based on current background | Hakim El Hattab | 2017-05-16 |
| | |||
* | new controls responsively move to bottom right for small displays | Hakim El Hattab | 2017-05-16 |
| | |||
* | new optional controls aligned to screen edges | Hakim El Hattab | 2017-05-16 |
| | |||
* | correct target for cssmin | Hakim El Hattab | 2017-05-16 |
| | |||
* | Merge pull request #1887 from tristansokol/tristans/add-useavailableport | Hakim El Hattab | 2017-05-05 |
|\ | | | | | adds `useAvailablePort` option when serving page with connect. | ||
| * | adds `useAvailablePort` option when serving page with connect. | Tristan Sokol | 2017-05-02 |
| | | |||
* | | Merge pull request #1884 from demoneaux/upgrade-deps | Hakim El Hattab | 2017-05-05 |
|\ \ | | | | | | | Upgrade Grunt dependencies and standardise on a consistent file format. | ||
| * | | Upgrade Grunt dependencies and standardise on a consistent file format. | Benjamin Tan | 2017-05-01 |
|/ / | | | | | Closes #1226, #1538. | ||
* | | new fix for prematurely autoplaying background videos | Hakim El Hattab | 2017-04-27 |
| | | |||
* | | larger headings for background sections | Hakim El Hattab | 2017-04-27 |
| | | |||
* | | add for iframe backgrounds | Hakim El Hattab | 2017-04-27 |
| | | |||
* | | don't autoplay background videos in overview mode | Hakim El Hattab | 2017-04-27 |
| | | |||
* | | 3.5.0 | Hakim El Hattab | 2017-04-26 |
| | | |||
* | | minor tweak for #1564 | Hakim El Hattab | 2017-04-21 |
| | | |||
* | | optionally display pacing advice based on slide timings | Adam Spiers | 2017-04-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option to display advice on whether the current pace of the presentation is on track for the right timing (shown as green), and if not, whether the presenter should speed up (shown as red) or has the luxury of slowing down (blue). The pacing timer can be enabled by configuring by the `defaultTiming` parameter in the `Reveal` configuration block, which specifies the number of seconds per slide. 120 can be a reasonable rule of thumb. Timings can also be given per slide `<section>` by setting the `data-timing` attribute. Both values are in numbers of seconds. When the option is enabled, clicking on the timers will reset the timer to the beginning of the current slide, i.e. as if pacing was perfectly on track, not to zero as if the presentation had just begun. | ||
* | | document clock and timer in speaker notes window | Adam Spiers | 2017-04-20 |
| | | |||
* | | don't show negative signs inside minutes/seconds elements | Adam Spiers | 2017-04-20 |
| | | |||
* | | round decreasing timers to mirror increasing timers | Adam Spiers | 2017-04-20 |
| | | |||
* | | avoid deleting existing classes when muting time elements | Adam Spiers | 2017-04-20 |
| | | | | | | | | and make muting work for negative values | ||
* | | don't mute minutes when hours is unmuted | Adam Spiers | 2017-04-20 |
| | | |||
* | | use opacity for muted clock elements | Adam Spiers | 2017-04-20 |
| | | | | | | | | | | This allows us to use different colours for different timers, which will be useful when we add a pacing timer. | ||
* | | extract time display code into new _displayTime() function | Adam Spiers | 2017-04-20 |
| | | | | | | | | | | This will allow us to reuse the display code for displaying an additional pacing timer. | ||
* | | Allow popup window access to Reveal API | Adam Spiers | 2017-04-20 |
| | | |||
* | | add new getSlides() API | Adam Spiers | 2017-04-20 |
| | | | | | | | | | | This can be used by plugins which are concerned with helping the presenter with their pace. | ||
* | | clarify getTotalSlides() returns the number of slides | Adam Spiers | 2017-04-20 |
| | | |||
* | | expose getPastSlideCount() via public API | Adam Spiers | 2017-04-20 |
| | | | | | | | | | | This can be used by plugins which are concerned with helping the presenter with their pace. | ||
* | | clarify meaning of getProgress() value | Adam Spiers | 2017-04-20 |
| | | |||
* | | formatting | Hakim El Hattab | 2017-04-07 |
| | | |||
* | | Merge pull request #1851 from astone123/master | Hakim El Hattab | 2017-04-07 |
|\ \ | | | | | | | Fix data-background-video autoplay on iOS Safari | ||
| * | | Fix video background autoplay on iOS | ADAM STONE | 2017-03-17 |
| | | |