itsJess1ca / AfterMax

Adobe After Effects export script to Greensock TweenMax / TimelineMax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AfterMax

Introduction

Complex animation in HTML has traditionally been a very abstracted process. An animator develops storyboards and passes them along to developers for implementation. The developer codes the animation and provides the result back to the animator. The animator provides feedback, usually via text, and the process continues until the desired result is achieved.

A better way

AfterMax provides a pipeline directly from Adobe After Effects to Greensock TweenMax / TimelineMax.

Requirements

Dependencies

Capabilities

AfterMax can record the following properties:

  • Position (x,y,z)
  • Opacity
  • Scale (x,y,z)
  • Rotation (x,y,z)
  • Transform Origin

Usage

Questions

Why TweenMax / TimelineMax? Why not (TweenLite / TimelineLite / 3rd Party tweening library)? It's what I'm most familiar with. Would love to see things forked to other libraries.

Why the Max versions of the libraries? One dependency @ ~100k supports all of our animation needs. TweenMax cleanly animates CSS properties in a very readable, simple format.

Why doesn't this work w/ After Effects < CC? Adobe changed up the ExtendScript format creating incompatibilities for earlier versions.

How buggy is this? There are only six bugs, but they're pretty much all-encompassing.

Version History

  • 1.0 - Initial commit
  • 1.0.1 - Bug fixes / addition of example code

About

Adobe After Effects export script to Greensock TweenMax / TimelineMax

License:MIT License


Languages

Language:JavaScript 100.0%