React
import { TextReveal } from "motion-text-kit";
import "motion-text-kit/styles.css";
<TextReveal style={{ fontSize: "48px" }} text="Text, in motion." duration={1800} blur={6} stagger={32} distance={18} mode="in-out" repeat />import { TextReveal } from "motion-text-kit";
import "motion-text-kit/styles.css";
<TextReveal style={{ fontSize: "48px" }} text="Text, in motion." duration={1800} blur={6} stagger={32} distance={18} mode="in-out" repeat />