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.