Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to extract meta-data under keyframe based format #2

Open
bchevalier opened this issue Dec 3, 2014 · 0 comments
Open

Option to extract meta-data under keyframe based format #2

bchevalier opened this issue Dec 3, 2014 · 0 comments

Comments

@bchevalier
Copy link
Contributor

Right now the JSON metadata file contains the transformation matrices for every frame of every symbol within a movie clip.

The idea is to convert the list of transformation matrices for every frame of a given symbol into a list of keyframes with corresponding easings. It can be done in 2 steps:

    1. Do some math to determine the position, rotation, skew and origin of a symbol from a transformation matrix.
    1. Determine easings that can be used to generated keyframes using in priority the flash easing method:
      t = t + t * ease - t * t * ease .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant