v0.19.31
Testing different reveal animation in elevator
This commit is contained in:
parent
a16e7e3700
commit
09c2015e1a
@ -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) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user