[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;
}
.panorama {
height: 80%;
}
footer {
margin-top: 7em;
text-align: center;

View File

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