Skip to main content

Try Club Plugins for free!


Before jumping into Club GSAP for the bonus plugins, perhaps you're wondering...

  • Will the bonus plugins work well for my project?
  • How difficult is the API to work with?
  • Will they play nicely with my other tools?
  • Will they work in Edge? Firefox? ...

That's why we created special trial versions of the plugins that can be used for free

On CodePen

The video below shows how to get up and running fast.

Try the bonus plugins for free!

What's CodePen?

CodePen is an online, browser-based editor that makes it easy to write and share front-end code. If you need help using CodePen check out their guide

loading...

On StackBlitz

If you're using React or another framework you may find it easier to use StackBlitz

Check out the StackBlitz Collections here

React & ScrollSmoother starter

With npm

If you like working locally, you can make use of our trial package. The trial package contains the public GSAP files plus all bonus plugins which are normally available exclusively to Club GSAP members.

To use the trial package simply install gsap-trial instead of the standard gsap package.

bash
npm install gsap-trial
import { gsap } from "gsap-trial";

/* The following plugins are Club GSAP perks */
import { ScrollSmoother } from "gsap-trial/ScrollSmoother";
import { MorphSVGPlugin } from "gsap-trial/MorphSVGPlugin";


gsap.registerPlugin(ScrollSmoother,MorphSVGPlugin);
caution

The trial plugins only work locally and on certain approved domains like codesandbox.io, codepen.io, stackblitz.com, and jsfiddle.com. Deploying them elsewhere violates the license and will result in a browser redirect!

Join Club GSAP today

Get the bonus plugins today, money-back satisfaction guarantee!

Sign up