close
The Wayback Machine - https://web.archive.org/web/20201120065235/https://github.com/SupportClass/ae-ease-to-gsap-customease
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ae-ease-to-gsap-customease Build Status

Converts the keyframes of the selected property in After Effects to a set of SVG path commands that can be used directly in GreenSock's CustomEase plugin. Works on Windows and MacOS.

BETA NOTICE: This script is currently in an early beta. It may not work with all layers and properties. Most of these limitations will be fairly straightforward to overcome, but we wanted to get this script out in public ASASP.

Motivation

Ever wished you could take your ease curve from the graph editor in After Effects and somehow use it directly in your GSAP animation? Now you can.

Installation

  1. Click here to download ae-ease-to-gsap-customease.jsx, and save it to a place where you can find it again easily.

Usage

  1. Open your After Effects project.

  2. Select the layer whose ease curve you wish to export.

  3. Select the property (such as Scale, Opacity, etc) whose ease curve you wish to export.

  4. Go to "File > Scripts > Run Script File..."

  5. Browser to where you downloaded ae-ease-to-gsap-customease.jsx and select it, then click "Open".

  6. If the script ran successfully, you will see an alert like this:

    success_alert

  7. You can now paste the contents of your clipboard directly into a GSAP CustomEase.

To preview your ease, you can paste it into GreenSock's "Ease Visualizer" tool.

Thanks

In writing this script, I studied code from

I also received guidance from @zlovatt, who made time to answer my beginner questions.

License

MIT

About

Converts the keyframes of the selected property in After Effects to a set of SVG path commands that can be used directly in GreenSock's CustomEase plugin

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.