aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | change default color of controls to match legacyHakim El Hattab2017-05-19
| |
* | remove border from notes contain when printing on separate pageHakim El Hattab2017-05-19
| |
* | adjust autplay position when notes are bottom-alignedHakim El Hattab2017-05-19
| |
* | low width speaker notes mode no longer uses vhHakim El Hattab2017-05-19
| |
* | adjust speaker notes layout on mobile devicesHakim El Hattab2017-05-19
| |
* | 'no notes on this slide' placeholderHakim El Hattab2017-05-18
| |
* | speaker notes tweakHakim El Hattab2017-05-18
| |
* | comment typoHakim El Hattab2017-05-18
| |
* | fix error with multiple decimal em in safariHakim El Hattab2017-05-18
| |
* | improve controls on touch devicesHakim El Hattab2017-05-18
| |
* | revise progress to make them easier to overrideHakim El Hattab2017-05-18
| |
* | fix up arrow positionHakim El Hattab2017-05-18
| |
* | control layout tweaksHakim El Hattab2017-05-17
| |
* | adjust control layouts when there are no vertical/horiozontal slidesHakim El Hattab2017-05-17
| |
* | more flexible control size using emHakim El Hattab2017-05-17
| |
* | control opacity tweakHakim El Hattab2017-05-16
| |
* | controlsHints -> controlsTutorialHakim El Hattab2017-05-16
| |
* | in/out transitions for controlsHakim El Hattab2017-05-16
| |
* | add controlsHint option, animates vertical arrow first time we encounter a ↵Hakim El Hattab2017-05-16
| | | | | | | | vertical slide
* | adjust controls layout when there are no vertical or horizontal slides in ↵Hakim El Hattab2017-05-16
| | | | | | | | the deck
* | prevent flicker on hoverHakim El Hattab2017-05-16
| |
* | spacing adjustmentHakim El Hattab2017-05-16
| |
* | fix unclickable slides in overview when controls were edge-alignedHakim El Hattab2017-05-16
| |
* | reduce control spacingHakim El Hattab2017-05-16
| |
* | fix responsive issue with speaker notesHakim El Hattab2017-05-16
| |
* | new, fixed, speaker notes layoutHakim El Hattab2017-05-16
| |
* | 'controls-placement' -> 'controls-layout', cut back on controls spacingHakim El Hattab2017-05-16
| |
* | simplify control styling using currentColorHakim El Hattab2017-05-16
| |
* | more flexible back arrow controls optionHakim El Hattab2017-05-16
| |
* | default to bottom right controls, rename soften arrows optionHakim El Hattab2017-05-16
| |
* | collapse control element size when corner alignedHakim El Hattab2017-05-16
| |
* | new controls are used by default, add config optionsHakim El Hattab2017-05-16
| |
* | control size tweaksHakim El Hattab2017-05-16
| |
* | invert colors of controls based on current backgroundHakim El Hattab2017-05-16
| |
* | new controls responsively move to bottom right for small displaysHakim El Hattab2017-05-16
| |
* | new optional controls aligned to screen edgesHakim El Hattab2017-05-16
| |
* | correct target for cssminHakim El Hattab2017-05-16
| |
* | Merge pull request #1887 from tristansokol/tristans/add-useavailableportHakim El Hattab2017-05-05
|\ \ | | | | | | adds `useAvailablePort` option when serving page with connect.
| * | adds `useAvailablePort` option when serving page with connect.Tristan Sokol2017-05-02
| | |
* | | Merge pull request #1884 from demoneaux/upgrade-depsHakim El Hattab2017-05-05
|\ \ \ | |_|/ |/| | Upgrade Grunt dependencies and standardise on a consistent file format.
| * | Upgrade Grunt dependencies and standardise on a consistent file format.Benjamin Tan2017-05-01
|/ / | | | | Closes #1226, #1538.
* | new fix for prematurely autoplaying background videosHakim El Hattab2017-04-27
| |
* | larger headings for background sectionsHakim El Hattab2017-04-27
| |
* | add for iframe backgroundsHakim El Hattab2017-04-27
| |
* | don't autoplay background videos in overview modeHakim El Hattab2017-04-27
| |
* | 3.5.0Hakim El Hattab2017-04-26
| |
* | minor tweak for #1564Hakim El Hattab2017-04-21
| |
* | optionally display pacing advice based on slide timingsAdam Spiers2017-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 windowAdam Spiers2017-04-20
| |
* | don't show negative signs inside minutes/seconds elementsAdam Spiers2017-04-20
| |