com web/pres2: For mobile use linear transitions work best: reveal_template.php
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 153e820b8ecd0a81326b916573c03d134afb3bcf Author: Rasmus Lerdorf <[email protected]> Wed, 12 Mar 2014 17:24:30 -0700 Parents: 64cc4bb19ed22dc4c8c3283f0f4f9328b950c1e6 Branches: master Link: http://git.php.net/?p=web/pres2.git;a=commitdiff;h=153e820b8ecd0a81326b916573c03d134afb3bcf Log: For mobile use linear transitions work best Changed paths: M reveal_template.php Diff: diff --git a/reveal_template.php b/reveal_template.php index e97b4f3..d6c37b1 100644 --- a/reveal_template.php +++ b/reveal_template.php @@ -72,7 +72,8 @@ 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',