+
+
Transparent
+
Alle Daten auf einer Seite.
-
-
Priorisiert
-
Vom Stagnations-Alarm direkt zur operativen Aktion.
+
+
Priorisiert
+
Vom Alarm zur Aktion.
-
-
Handlungsfähig
-
Echte Hebel statt bloßer Dokumentation.
+
+
Handlungsfähig
+
Echte Hebel statt Listen.
-
-
"Du katapultierst uns damit definitiv in eine modernere Zukunft."
-
— Feedback aus dem Team
-
+
"Du katapultierst uns damit definitiv in eine modernere Zukunft."
@@ -512,32 +465,22 @@
start: "top center",
end: "bottom center",
onEnter: () => {
- gsap.to(`#${visualId}`, { opacity: 1, y: 0, duration: 0.8, ease: "power2.out" });
+ gsap.to(`#${visualId}`, { opacity: 1, y: 0, duration: 1, ease: "power3.out" });
},
onLeave: () => {
if (index < slides.length - 1) {
- gsap.to(`#${visualId}`, { opacity: 0, y: -30, duration: 0.5 });
+ gsap.to(`#${visualId}`, { opacity: 0, y: -60, duration: 0.7 });
}
},
onEnterBack: () => {
- gsap.to(`#${visualId}`, { opacity: 1, y: 0, duration: 0.8 });
+ gsap.to(`#${visualId}`, { opacity: 1, y: 0, duration: 1 });
},
onLeaveBack: () => {
- gsap.to(`#${visualId}`, { opacity: 0, y: 30, duration: 0.5 });
+ gsap.to(`#${visualId}`, { opacity: 0, y: 60, duration: 0.7 });
}
});
}
});
-
- // Animation for Slide 1 visual
- gsap.from("#visual1 .kpi-card", {
- opacity: 0,
- scale: 0.8,
- stagger: 0.1,
- duration: 1,
- ease: "back.out(1.7)"
- });
-
-
+