Skip to content

Commit

Permalink
give a hint of how many incremental bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Reagle committed Oct 10, 2012
1 parent 7f40342 commit 71c7984
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions class.dzslides
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ $endfor$
}
ul {
margin: 5px 0px 5px 50px;
padding-left: 1em;
font-size: 90%;
}
dl {
Expand Down Expand Up @@ -176,9 +177,9 @@ $endfor$
width: 80%;
margin: 5px auto;
padding: 5px;
font-style: italic;
background: #f0f0f0;
border: 1px solid #e0e0e0;
border-left:5px solid #ccc;
}

/********************************************************/
Expand Down Expand Up @@ -376,6 +377,7 @@ $endfor$
section[aria-selected] ~ section { left: +150%; }

/* Incremental elements */
ul.incremental { border-left: 10px #f6f6f6 solid}

/* By default, visible */
.incremental > * { opacity: 1; }
Expand All @@ -384,7 +386,7 @@ $endfor$
.incremental > *[aria-selected] { opacity: 1; }

/* The items to-be-selected */
.incremental > *[aria-selected] ~ * { opacity: 0; }
.incremental > *[aria-selected] ~ * { opacity: 0.0; }

/* The progressbar, at the bottom of the slides, show the global
progress of the presentation. */
Expand Down

0 comments on commit 71c7984

Please sign in to comment.