Forked from Shower Presentation Template archive.
Uses Web Component to create navigation.
js/nav.js
- main file. Creates navigation component and puts it in the end of body. So you don't have to change html
.
css/nav.css
- outer styles to position navigation. Includes classes to change position. Bottom center is default. Add one of the classes to body (shower class) to change it.
Also some changes are done to shower.js
(for mousewheel and bug fix) and theme font files (bug fix).
Just link js
and css
files to your shower pres html file. And use this copy of shower.js
for other fixes/features. Should work with both themes.
- On screen buttons for next/prev/all slides you can click with mouse
- Change slides with mousewheel
- Slides count kept going when press 'next' on last slide (so it took multiple 'back' presses)
- Old font files in ribbon theme put console error. Just downloaded new one from Google Fonts.
Please report only fork problems in Issues here. Please make sure the problem does NOT occur in original shower first.