From db9d27b49f808228f3385cfcdc1c034f76c6b8da Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Fri, 13 Apr 2012 18:49:50 -0700 Subject: Slides sliding in is oldschool. We now fade between slides --- js/slides.js | 2 +- template.html | 12 +- theme/css/default.css | 404 ++++++++++++++++++++---------------------------- theme/sass/default.scss | 81 ++++++---- 4 files changed, 228 insertions(+), 271 deletions(-) diff --git a/js/slides.js b/js/slides.js index d1b094b..f0e3900 100644 --- a/js/slides.js +++ b/js/slides.js @@ -50,7 +50,7 @@ SlideDeck.prototype.getCurrentSlideFromHash_ = function() { * @private */ SlideDeck.prototype.onDomLoaded_ = function(e) { - this.slides_ = document.querySelectorAll('slide:not([hidden])'); + this.slides_ = document.querySelectorAll('slide:not([hidden]):not(.backdrop)'); // Load config. this.loadConfig_(); diff --git a/template.html b/template.html index 973666a..da89780 100644 --- a/template.html +++ b/template.html @@ -74,7 +74,7 @@ URL: https://code.google.com/p/io-2012-slides
-

Slide with Smaller Font

+

Slide with (Smaller Font)