-
Motion curve documentation in AE
Hi Everyone, I hope you are all safe and sound.
Does anyone know how to document motion curve values in AE for use in future projects?
To give you a clearer understanding of what I mean.
I have an international client and the motion graphics principles I designed will be written down in a document which anyone that reads it should get a clear understanding of how to reproduce the motion I did.
I am aware of documentation for Web and APP design, for example:- Android: FastOutSlowInInterpolator
- CSS: cubic-bezier(0.4, 0.0, 0.2, 1);
- Flutter standardEasing
- iOS: [[CAMediaTimingFunction alloc] initWithControlPoints:0.4f:0.0f:0.2f:1.0f]
Is there such thing for AE?
Thank you all in advance.