]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 10 Oct 2012 14:45:20 +0000 (14:45 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 10 Oct 2012 14:45:20 +0000 (14:45 +0000)
inc/ws/Util/html5/class.ws.html5.compiler.php

index bf9f531ae53aacab30a45f2cc915495d97d723bb..923fe82b1512c150fad5dee6ab7e83c4b5ee35dc 100644 (file)
@@ -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) {