diff --git a/effects/pan-animation.css b/effects/pan-animation.css index 8ef7620..f853322 100644 --- a/effects/pan-animation.css +++ b/effects/pan-animation.css @@ -44,7 +44,7 @@ .backdropImage { background-size: 150% 150%; background-position: 99% 1%; - animation: backgroundScroll 210s ease; + animation: backgroundScroll 630s ease; animation-iteration-count: infinite; } }