none / power0
Linear (t¹)
none / power0 gsap.to('.box', { x: 300, ease: 'none', duration: 1 }) Constant speed, zero personality — perfect for loaders and mechanical motion.
Learn more
Origin: The word "linear" just means "straight line" — the value changes at a perfectly constant rate, with no acceleration at all. GSAP also calls it "none" or "power0": rung 0 on Jack Doyle's 0–4 strength ladder, the bottom of the dial where there is no easing strength whatsoever.
In motion: Moves at a completely even speed from start to finish — no ease-in, no ease-out. The result can feel mechanical or robotic for most UI work, but it is ideal for things that should never appear to accelerate: spinning loaders, progress bars, and continuous scrolling parallax.
Formula: x