Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages