You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Do some math to determine the position, rotation, skew and origin of a symbol from a transformation matrix.
Determine easings that can be used to generated keyframes using in priority the flash easing method: t = t + t * ease - t * t * ease .
The text was updated successfully, but these errors were encountered:
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:
t = t + t * ease - t * t * ease
.The text was updated successfully, but these errors were encountered: