Add Mobile plugin, which allows authors to hide most slides with CSS.

The Mobile plugin adds CSS classes body.impress-mobile and
div.prev, div.next. These can be used in CSS to hide non-active
steps completely, in order to reduce memory consumption on
small mobile devices.
This commit is contained in:
Kurt Zenisek
2017-10-21 13:37:48 +03:00
committed by Henrik Ingo
parent b10f710499
commit f0b99f81ac
4 changed files with 218 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ buildify()
.concat(['src/lib/util.js'])
// Plugins from src/plugins
.concat(['src/plugins/goto/goto.js',
'src/plugins/mobile/mobile.js',
'src/plugins/navigation/navigation.js',
'src/plugins/rel/rel.js',
'src/plugins/resize/resize.js',