From: vincent@cubedesigners.com Date: Wed, 10 Oct 2012 14:45:20 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=dc2c412f3ec1577ed3a2fc880705e5625d656a31;p=cubeextranet.git --- diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index bf9f531ae..923fe82b1 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -668,7 +668,7 @@ class wsHTML5Compiler { } else { $res[] = '#pagesnumbers{display:none;}'; } - $res[] = '.doublePage._2d,.doublePage._3d{' . $this->writeCSSUA('transition', 'all 1s ease-in-out') . '}'; + $res[] = '.doublePage._2d,.doublePage._3d{' . $this->writeCSSUA('transition', 'all ' . $this->book->parametres->mobileTransitionDuration . 's ease-in-out') . '}'; $res[] = '.background{' . $this->writeCSSUA('transform-origin', 'top left') . ';}'; foreach (self::$resolutions as $r) {