Skip to content
/ ae2gs Public

After effects to greensock (css/js) animation

Notifications You must be signed in to change notification settings

jarandmi/ae2gs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ae2gs

Move your animation from After Effects to the browser, animated with the Greensock library.

Supports rotation, scaling, opacity and position from After effects.

Export from After Effects

  1. Name the layers as class names (e.g. .circle1)
  2. Select the layers and properties that you want to export from the timeline
  3. File -> Scripts -> Run scripts file, and select the ae.jsx file.
  4. Select the code (double click) that pops up, right click and copy.

Import into browser

<script src="js/ae2gs.js"></script>
var animJson = ""; //Put JSON from After Effects in this var
var animate = new Animation.init(animJson, {repeat: 0});
animate.start();

About

After effects to greensock (css/js) animation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published