com presentations: Switch to linear transitions: phpdaymx13.html sunshinephp14.html
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: b301919da178f7fe59cb05cb7a1116631c0ad1ba Author: Rasmus Lerdorf <[email protected]> Wed, 12 Mar 2014 17:25:38 -0700 Parents: 8c6ea8b8dc0b59d7d037ca546588995be615d5c7 Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=b301919da178f7fe59cb05cb7a1116631c0ad1ba Log: Switch to linear transitions Changed paths: M phpdaymx13.html M sunshinephp14.html Diff: diff --git a/phpdaymx13.html b/phpdaymx13.html index a202fb2..3ec9aa8 100644 --- a/phpdaymx13.html +++ b/phpdaymx13.html @@ -535,7 +535,8 @@ footer();</code></pre> backgroundTransition: 'none', theme: Reveal.getQueryHash().theme, // available themes are in /css/theme - transition: Reveal.getQueryHash().transition || 'none', // default/cube/page/concave/zoom/linear/fade/none + transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/fade/none + transitionSpeed: 'fast', // Parallax scrolling // parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg', diff --git a/sunshinephp14.html b/sunshinephp14.html index 0a1387c..e29588a 100644 --- a/sunshinephp14.html +++ b/sunshinephp14.html @@ -261,7 +261,8 @@ footer();</code></pre> backgroundTransition: 'none', theme: Reveal.getQueryHash().theme, // available themes are in /css/theme - transition: Reveal.getQueryHash().transition || 'none', // default/cube/page/concave/zoom/linear/fade/none + transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/fade/none + transitionSpeed: 'fast', // Parallax scrolling // parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',