Skip to content

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

Description

@bchevalier

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 .

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions