VectorHop
Hyper (Text Animation)
Legacy archive (v1) — not part of the product← Back to product

Hyper Kinetic Text Studio

24 HyperFrames Effects

Explore deterministic, GSAP-powered motion typography recipes designed for video frame generation & interactive apps.

Speed
Effect: soft-blur-in|Type: chars
HyperFramesKineticEngine
Each character fades in from an initial blur and subtle Y lift, creating an ultra-premium editorial entry.HyperFrames Paused Timeline Safe
HyperFrames GSAP Recipe (soft-blur-in.json)
gsap.fromTo(chars, 
  { opacity: 0, y: 24, filter: 'blur(12px)' },
  { opacity: 1, y: 0, filter: 'blur(0px)', duration: 0.7, stagger: 0.035, ease: 'power2.out' }
)