: How It Works—Recommendation

Benefit Together fr

// Select all text slides const textSlides = document.querySelectorAll('.text-slide'); // Create the GSAP timeline let timeline = gsap.timeline({ scrollTrigger: { trigger: '.scroller', // Sticky section where text will change start: "top top", // Start when the top of the section hits the top of the viewport end: "+=250%", // Adjust the end point to ensure a smooth scroll experience scrub: true, // Smooth animation based on scrolling pin: true, // Pin the section in place while scrolling pinSpacing: true, // Ensure space is reserved for the pinned section to avoid layout jumps anticipatePin: 1, // Smooth out the pinning transitions to prevent jumps } }); // Set initial visibility of the first text slide gsap.set(textSlides[0], { opacity: 1 }); // Loop over each text slide and set its animation textSlides.forEach((slide, index) => { // Zeige den Text sofort an if (index > 0) { // Nur für die folgenden Texte, der erste ist bereits sichtbar timeline.to(slide, { opacity: 1, // Text sichtbar machen duration: 0, // Sofortiger Wechsel }, index * 1.5); } // Verberge den Text sofort für alle außer dem letzten if (index < textSlides.length - 1) { timeline.to(slide, { opacity: 0, // Text unsichtbar machen duration: 0, // Sofortiger Wechsel }, (index + 1) * 1.5); // Synchronisation mit dem nächsten Text } }); // Fixiere die letzte Überschrift für einen Moment am Ende der Scroll-Animation timeline.to(textSlides[textSlides.length - 1], { opacity: 1, // Stelle sicher, dass die letzte Überschrift sichtbar bleibt duration: 1 // Halte den fixierten Zustand für eine Sekunde });

It's worth recommending

e2m is one of Europe’s leading biogas marketers and has been successfully connecting biogas plants to the most profitable electricity markets for over 20 years. Through our Virtual Power Plant, we also enable small and medium-sized plants to access professional, flexible, and profitable marketing—with innovative technology and personalized support.

With our referral program, you can pass on these benefits: For every successful referral, you’ll receive 1 euro per kW—so for a contract of 500 kW, that’s 500 euros. The new participating facility also benefits: It receives a waiver of half the integration fee—a benefit worth over 1,000 euros.

Advantages for all

Here's how it works:

  • Please recommend us to your colleagues in the biogas industry
  • When you sign the contract, you’ll receive 1 euro per recommended kW as a thank-you gift

Your Contact benefits from:

  • Optimized biogas marketing to the point
  • Gift of integration lump sum worth over 1,000 euros

It's that simple

1

Recommend

Hear from e2m’s biogas colleagues and share the link

2

Fill out

A colleague from the biogas department lists your name as the advertiser on the form

3

Finish

Biogas colleague signs a contract with e2m

4

Benefit

e2m will transfer the bonus to your account

document.addEventListener("DOMContentLoaded", function() { // Wähle den horizontal-scroll Container und die Slides aus const horizontalScroll = document.querySelector('.horizontal-scroll2'); const slides2 = document.querySelectorAll('.slide2'); // Berechne die gesamte Breite der horizontalen Scrollstrecke const totalScrollWidth = slides2.length * window.innerWidth; // Erstelle die ScrollTrigger Animation gsap.to(horizontalScroll, { x: -totalScrollWidth + window.innerWidth, // Verschiebe die Slides nach links ease: "none", force3D: true, // Aktiviert die GPU-Beschleunigung in GSAP scrollTrigger: { trigger: ".scroller2", // Der Bereich, der den ScrollTrigger aktiviert start: "top top", // Startet, wenn der äußere Container den oberen Rand erreicht end: "+=" + totalScrollWidth, // Ende basierend auf der Gesamtbreite der Slides scrub: 0.5, // Kleine Verzögerung für sanftere Berechnung pinType: "transform" } }); });

"The biggest advantage is that you earn more money and spend less time on marketing."

Rico Käßner, Managing Director, Agrar GmbH Auligk

Frequently Asked Questions

FAQ 1

This text doesn’t really have any actual content. But it’s not relevant either, so it doesn’t matter. It’s just a placeholder—to show what this part of the page looks like when there are a few lines of text. I don’t know if the text feels good about that. I’m guessing not really, because who feels good being a placeholder? But someone has to do this job, so I can’t change it. At most, I could try to reassure the text a little that it plays an important role even as a placeholder and is definitely needed.

This text doesn’t really have any actual content. But it’s not relevant either, so it doesn’t matter. It’s just a placeholder—to show what this part of the page looks like when there are a few lines of text. I don’t know if the text feels good about that. I’m guessing not really, because who feels good being a placeholder? But someone has to do this job, so I can’t change it. At most, I could try to reassure the text a little that it plays an important role even as a placeholder and is definitely needed.

This text doesn’t really have any actual content. But it’s not relevant either, so it doesn’t matter. It’s just a placeholder—to show what this part of the page looks like when there are a few lines of text. I don’t know if the text feels good about that. I’m guessing not really, because who feels good being a placeholder? But someone has to do this job, so I can’t change it. At most, I could try to reassure the text a little that it plays an important role even as a placeholder and is definitely needed.

This text doesn’t really have any actual content. But it’s not relevant either, so it doesn’t matter. It’s just a placeholder—to show what this part of the page looks like when there are a few lines of text. I don’t know if the text feels good about that. I’m guessing not really, because who feels good being a placeholder? But someone has to do this job, so I can’t change it. At most, I could try to reassure the text a little that it plays an important role even as a placeholder and is definitely needed.

This text doesn’t really have any actual content. But it’s not relevant either, so it doesn’t matter. It’s just a placeholder—to show what this part of the page looks like when there are a few lines of text. I don’t know if the text feels good about that. I’m guessing not really, because who feels good being a placeholder? But someone has to do this job, so I can’t change it. At most, I could try to reassure the text a little that it plays an important role even as a placeholder and is definitely needed.

Any questions?

+49 341 230 28-402

e2m Mitarbeiter bei der Arbeit