[mod] tune a bit the panorama

This commit is contained in:
Laurent Peuch 2015-12-10 06:18:37 +01:00
parent ff4f8bf425
commit d4172c09da
2 changed files with 2 additions and 6 deletions

View File

@ -104,10 +104,6 @@ a {
color: #333; color: #333;
} }
.panorama {
height: 80%;
}
footer { footer {
margin-top: 7em; margin-top: 7em;
text-align: center; text-align: center;

View File

@ -34,8 +34,8 @@
$(".panorama").panorama_viewer({ $(".panorama").panorama_viewer({
repeat: true, repeat: true,
direction: "horizontal", direction: "horizontal",
animationTime: 250, animationTime: 150,
easing: "ease-out", easing: "linear",
overlay: true overlay: true
}); });
</script> </script>