An unofficial dart wrapper for GSAP (only free gsap).

This package works if you use Jaspr .

You can create amazing animated web page:

example gsap observer example gsap sxrollTo

⚠️

  • Please before use it, read the GSAP licence
  • This package was tested with GSAP 3.12.

Features

Not all features of Gsap are implemented,

Lib/Plugin Done
Gsap ✔️
Timeline ✔️
Tween ✔️
Observer ✔️
Flip
ScrollTo ✔️
Easel ✔️
ScrollTrigger
Draggable
MotionPath
Text
RoughEase
ExpoScaleEase
SlowMo
CustomEase

Getting started

Add Gsap and others plugins in your index.html like this:

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollToPlugin.min.js"></script>

Usage

Additional information

Please refer to the Gsap doc

Libraries

dart_gsap