jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

Using templates, how can I make past slides inactive? #161

Closed JJ closed 9 years ago

JJ commented 9 years ago

In this presentation where I use templates I had to uncomment the css inactive class since all slides in the template appeared as inactive. is there a simple way to make them active when selected using templates, or do I have to set up a trigger?

JJ commented 9 years ago

OK, i got it here

.step { opacity: 0.3; }
.step.nested-active, .step.active, .step.active .step { opacity: 1 }