What is GSAP?
GSAP (GreenSock Animation Platform) is a JavaScript library for animating HTML, SVG and canvas elements, as well as any numeric property of a JavaScript object, for example in three.js scenes. Motion is arranged on timelines, and the ScrollTrigger plugin ties it to page scrolling. The library is framework-agnostic and has been owned by Webflow since 2024.
How we use it at Koda Plus
GSAP drives the motion on koda.plus itself: section reveals on scroll via ScrollTrigger, the hero content intro arranged on a timeline and the contact dialog animation. In our Webflow projects we used it on the WJ Investment and Firma Inwestycyjna JW websites and on a PR agency's site that included a blog migration. On Astro sites we animate mainly with CSS and GSAP, and skip the animation when the visitor's system requests reduced motion.
Used in
See the portfolioIn our services
When it makes sense
- Animations need to be tied to page scrolling
- A sequence of movements needs a precise timeline
- The effect goes beyond what is comfortable in plain CSS
- A Webflow site needs animations written in code