From 09c2015e1ad3eecb4af6c62d1c8229af6612e120 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 17 Apr 2021 17:35:22 +0530 Subject: [PATCH] v0.19.31 Testing different reveal animation in elevator --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 42b8318..32dacbc 100644 --- a/js/index.js +++ b/js/index.js @@ -678,7 +678,7 @@ const siteMapTimeline = gsap.timeline({ }); siteMapTimeline .from("#elevator_popup", { duration: 0.3, opacity: 0 }) - .from(".floor_list__item", { opacity: 0, y: 16, stagger: 0.1 }); + .from(".floor_list__item", { opacity: 0, x: -16, stagger: 0.1 }); function showSiteMap() { document.querySelectorAll(".page").forEach((page) => {