Questions tagged [jmpress]

The jQuery plugin that is based on impress.js will allow us to use some interesting 3D effects for the slides.

The jQuery plugin that is based on impress.js will allow us to use some interesting 3D effects for the slides.

3 questions
0
votes
1 answer

jmpress stop step into next slide on scroll

I've a site using jmpress.js, while scrolling on page it automatically moved to next slide. I want to stop stepped into next slide instead it should scroll down the page.
Guna
  • 113
  • 3
  • 9
0
votes
1 answer

Coordinates and rotation of elements not loaded by jmpress when triggered using angular $scope.$watch

Use Case jmpress requires that the DOM be constructed before loading. Using AngularJS, the DOM can be constructed with templates and jmpressinitialized with a directive watching the DOM. When the data is loaded during DOM loading, i.e. hard coded…
Pete
  • 3,246
  • 4
  • 24
  • 43
0
votes
1 answer

Slideshow should play on a click event

I have used slideshow with jmpress.js Where I have used a jquery which autoplay by setting it true or false but I want it to start by clicking a link on a first slide.