Achieving Sub-Frame Interpolation with GSAP and Web Workers
Browser animation timing is limited by the refresh rate (typically 60fps). But with a bit of creative hacking, we can simulate sub-frame interpolation — making animations feel smoother than the fram...