ADM Títulos

Surgindo de baixo - GSAP

 const titulos = document.querySelectorAll(".tituloAnimado");
 titulos.forEach((titulo) => {
      // Cria split individual
      const split = new SplitType(titulo, { types: "words, chars" });

      // Cria animação com ScrollTrigger
      gsap.from(split.chars, {
        y: "100%",
        opacity: 0,
        duration: 0.5,
        ease: "power4.out",
        stagger: { each: 0.05, overlap: 0.2 },
        scrollTrigger: {
          trigger: titulo,
          start: "top 80%",
        },
      });
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Vagas abertas limitadas