diff --git a/index.html b/index.html
index 977efa4..35466fb 100644
--- a/index.html
+++ b/index.html
@@ -54,7 +54,7 @@
background-size: cover;
background-position: center;
opacity: 0;
- transition: opacity 1s ease-in-out;
+ transition: opacity 2s ease-in-out;
}
.slide.active { opacity: 1; }
.footer {