-
released this
2019-10-19 10:17:23 +00:00 | 86 commits to master since this releaseNew files:
webyarns/lib/webyarn-plugin.jswebyarns/lib/webyarn-sound.js
New features
- Added
webyarns/lib/webyarn-plugin.ts, to enable: add it to the list of Reveal depedencies:
The plugin adds:dependencies: [ { src: 'webyarns/lib/webyarn-plugin.js' }, … ]- support for
a[data-link-indexh](replacesdata-linkfromreveal-intralinks.js) - support for timed-sections (replaces
timed-section.js)
- support for
- Created new implementation for sounds on sections (replaces
audio-wip). The sounds provided are now provided by json no longer usingaudiotags (see sample below). to use replace theaudio-wip.js/audio-wip2.jswith:
Make sure to add this after loading Reveal.js .<script id="sounds" type="application/json"> { "nakedcall": [ "webyarns/sounds/nakedcall.mp3", "webyarns/sounds/nakedcall.ogg" ], "manstitutes": [ "webyarns/sounds/manstitutes.mp3", "webyarns/sounds/manstitutes.ogg" ], … } </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/howler/2.1.2/howler.core.min.js"></script> <script src="webyarns/lib/webyarn-sound.js"></script>
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads