Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 780 Bytes

File metadata and controls

16 lines (11 loc) · 780 Bytes

Lightweight-full-screen-presentation

This is light presentation plugin anyone can use. It's responsive and you can click right-left buttons or arrows on keyboard. I got inspiration from Reveal.js. I just made it simpler.

You can use HTML sample I created or you can customize everything with myPresentation.config(params), where params is an object.

params = {
  wrapper : wrapper, //element for wrapping slides
  slides : slides, //array with elements, which represent slides
  defClass : defClass //default class for slides
}

A Pen by Alina Basova on CodePen.

License.