Questions tagged [impress.js]

a JavaScript framework for creating presentations using HTML5 and CSS3.

Impress.js is a small, 33 kB unminified, framework for creating slide presentations using and . A demonstration presentation and the impress.js source code are available at GitHub.

84 questions
0
votes
0 answers

Impress.js mousewheel event

I'm building a presentation with Impress.js I want to scroll sliders with mousewheel and not with keyboard arrows. I've tried anything possible, but I don't find a solution. With addEventListener('mousewheel') not work. Any suggest? This is found…
0
votes
1 answer

Unable to start rst2html5slides after installation

We are using Powerpoint and Restructured Text together with Python-Sphinx. I was asking myself, if it is possible to create slides using ReST. I found the interesting Tool rst2html5slides on…
Aleph0
  • 5,816
  • 4
  • 29
  • 80
0
votes
2 answers

Same slide multiple times in the presentation sequence

I'm trying to navigate to the same slide multiple times using impress.js. Imagine the following slides:
Peter Butkovic
  • 11,143
  • 10
  • 57
  • 81
0
votes
0 answers

How can I load the strut editor in pop-up?

I'm using strut editor with Rails 4. I want to display the editor in pop-up, but it's loading at the bottom of the page. How can I load "container-fluid" div inside another div? I'm trying to load the strut editor inside 'popup_body' div, in Ajax…
0
votes
2 answers

Video not autoplaying inspite of using "autoplay" in the video tag of HTML

The code snippet is given below. I have used impress.js to create an online presentation. I want to insert a video in the last slide which autoplays when the slide comes up. But I am unable to implement that. Can anyone please help me with…
Ashesh Das
  • 365
  • 1
  • 8
  • 22
0
votes
1 answer

AngularJS template with ImpressJS

I am looking for a solution to make Impress.js library working with an AngularJS app. In my index.htm file I have got everything included, my template is:
Siemko
  • 802
  • 1
  • 7
  • 15
0
votes
1 answer

Facing issue in Impress.js carousel

I am trying to implement a carousel using impress.js similar to http://demo.tutorialzine.com/2012/02/css3-product-showcase/#/music. I tried developing it but facing some problem like when clicked on left or right icon, the screen is moving upwards…
0
votes
1 answer

impress.js - bulleted list

I have a question concerning impress.js. I wanted to use a bulleted list inside a div element of the class "step slide", however I am not able to do this. Is this not possible or if it is: could you point me to the mistake I am making? The code I…
Nicole
  • 19
0
votes
1 answer

Why is the modal form in this bootstrap / impress.js Qt web application not showing?

I am trying to make a Qt web application using bootstrap and impress.js. I used the bootstrap.css I found here: http://pastebin.com/raw.php?i=dTdEky6N to work with impress.js. The problem is that while it seems the other bootstrap components show…
Armand Jordaan
  • 348
  • 2
  • 11
0
votes
1 answer

Repositioning step in impress.js

I am looking for a way to reposition a step (or 'slide') in impress.js. Generally, steps center on a page and when you resize your browser, they resize (and recenter) accordingly (at least for most screen sizes). My aim is to create an offset, so…
Arjan
  • 11
0
votes
1 answer

Don't dim slide content when not active

I am using impress.js for the first time and wanted to make a tweak. The original demo SEEN HERE has the slides become dim/transparent when they are not active. I have seen another impress.js presentation SEEN HERE where the image/slides remain…
Tyler Rinker
  • 108,132
  • 65
  • 322
  • 519
0
votes
1 answer

animate part of text in html (jquery)

The goal is simple -> Say I got a sentence: "This is a special day for me ..." And I want the word "Special" being animated (little bounce). And here's what I tried (I'm using impress.js + animate.css). index.html: …
supersuraccoon
  • 1,621
  • 4
  • 20
  • 36
0
votes
1 answer

Impress.Js properly use Tab

Right now Tab is disabled in Impress.js and just moves to the next slide. Even if I delete that code and let it behave normally and focus on links it kinda crashes impress.js Has anyone found a solution to this? Thank you!
Vincere
  • 1
  • 1
0
votes
1 answer

Width/Height in pixels for far away transformed elements

I'm currently working on an interface for the web which uses 3D-transforms as a method for zooming. The zooming is done with an API called impress.js which simply put moves a camera closer or further away with 3D-transforms. Problem I need to…
jobackman
  • 11
  • 3
0
votes
1 answer

Impress.js - Creating buttons to go to different locations/steps

How do I create buttons on Impress.js slides - buttons which allow me to go to other parts of the presentation. I'm aware that there is code for next/previous steps but I would like to go to a completely different location/step. Also, is there a …
Nicole
  • 11