July 27, 2026/Advanced/Features & Process/Trionn

Trionn Services Deck

Pinned services deck replicated from trionn.com/services. Five full-viewport split panels stack in one pinned ScrollTrigger: each next panel slides up (yPercent 100 → 0, scrubbed over ~1.8 viewport-heights) and covers the current one while the covered panel's right column drifts to -100% for depth. On activation each panel fires a time-based entrance: the SplitText caption de-blurs word by word (blur 12px → 0), the capability separator rules draw left → right, and the top seam hairline draws from center under a 360°-spinning plus icon. Left halves alternate white / #040508 with captioned rounded webp shots; right halves hold the title, description, and ruled capabilities list. Entrances reset when scrolled back so they replay. Below md it degrades to a static stacked flow with the mobile image variants.

Integrated seamlessly intoexisting platforms.AI driven efficiency landing pageAI driven efficiency landing page

AI & Intelligent Automation

We implement intelligent automation to simplify digital workflows. Systems are designed to enhance efficiency without adding complexity.

Our Core Capabilities
  • AI-powered digital experiences

  • AI workflow automation with n8n

  • AI agents & virtual assistants

  • Semantic search & recommendations

  • AI tools for websites & web apps

  • AI-powered business automation

Designed to performconsistently on every device.Music app design on desktop and mobileMusic app design on desktop and mobile

Website & Mobile Design

We craft responsive digital experiences that feel natural across screens. Design systems are built to remain flexible as products evolve.

Our Core Capabilities
  • High-fidelity web design

  • Mobile app design

  • Responsive experiences

  • UX/UI systems

  • Motion-first interfaces

  • Interactive storytelling

Closely shaped alongsidestrategy and development.Rental platform dashboard interfaceRental platform dashboard interface

Product Design

We design digital products by aligning user needs, business goals, and system logic. Every decision is guided by clarity, usability, and long-term value.

Our Core Capabilities
  • Product strategy

  • Interface design

  • UX architecture

  • Design system

  • Prototyping & validation

  • Motion & interaction design

Engineered to supportcomplex digital products.Film production studio websiteFilm production studio website

Web Development

We build robust web applications with performance at the core. Our focus remains on reliability, security, and scalability.

Our Core Capabilities
  • Frontend & Backend development

  • Headless CMS integration

  • WebGL & Canvas experiences

  • Shader-based interactions

  • GSAP motion systems

  • Creative development

Built to adapt as contentand products grow.Consulting agency websiteConsulting agency website

WordPress Development

We develop custom WordPress solutions focused on performance and control. Clean architecture ensures ease of management and scalability.

Our Core Capabilities
  • WordPress websites

  • Custom themes

  • WooCommerce integrations

  • Performance optimization

  • API integrations

  • Ongoing support

"use client";

import { useEffect } from "react";
import TrionnServicesDeck from "./index.jsx";
import { trionnServicesDeck } from "../demo-data.js";
import styles from "./demo.module.css";

export default function TrionnServicesDeckDemo() {
  // The original site runs Lenis smooth scroll; it smooths the scrubbed pin
  useEffect(() => {
    let lenis;
    let cancelled = false;

    (async () => {
      const { default: Lenis } = await import("lenis");
      if (cancelled) return;
      lenis = new Lenis({ autoRaf: true });
    })();

    return () => {
      cancelled = true;
      lenis?.destroy();
    };
  }, []);

  return (
    <div className={styles.demo}>
      <header className={styles.band}>
        <p className={styles.bandLabel}>Trionn — Services</p>
      </header>
      <TrionnServicesDeck {...trionnServicesDeck} />
      <footer className={styles.band}>
        <p className={styles.bandLabel}>End of demo</p>
      </footer>
    </div>
  );
}
  • gsap

Related Components

1W AGO
Milk Methodology Stackfeatures-process
1W AGO
Milk What We Dofeatures-process
2MO AGO
Dual Push Cardsfeatures-process