From d4172c09da61559971be38b5ba98b0834f1cded4 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 10 Dec 2015 06:18:37 +0100 Subject: [PATCH] [mod] tune a bit the panorama --- prosopopee/static/css/style-page.css | 4 ---- prosopopee/templates/gallery-index.html | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/prosopopee/static/css/style-page.css b/prosopopee/static/css/style-page.css index fc862dd..11ff15e 100644 --- a/prosopopee/static/css/style-page.css +++ b/prosopopee/static/css/style-page.css @@ -104,10 +104,6 @@ a { color: #333; } -.panorama { - height: 80%; -} - footer { margin-top: 7em; text-align: center; diff --git a/prosopopee/templates/gallery-index.html b/prosopopee/templates/gallery-index.html index d6a78b3..0cb792a 100644 --- a/prosopopee/templates/gallery-index.html +++ b/prosopopee/templates/gallery-index.html @@ -34,8 +34,8 @@ $(".panorama").panorama_viewer({ repeat: true, direction: "horizontal", - animationTime: 250, - easing: "ease-out", + animationTime: 150, + easing: "linear", overlay: true });