-
Animations and Bezier Curves to CodeX for Developers (Objective+C)
Hey so, I am doing motion design for an app start up. Our developers are in another country so its hard communicating with them.
I make prototypes for how I want the app to move in After Effects, then I send that to the developers for them to code. However, when I get the prototype the animations are wrong. All of the movements are Linear and unpolished. Most of my animations use Bezier Curves to define the movement.
I need to take exactly what I make in AE and give the developers the code so that the animations are the same. I am trying to translate the curve that after effects uses into something the developers can use. The Speed and Influence % means nothing to them. They use Objective+C.
If it helps, this is the website I was given to try to explain what they need:
https://cubic-bezier.com/#.17,.67,.83,.67There are 4 numbers at the top the represent time and progress. I need to be able to find those numbers within after effects so I can give it to the developers.
If anyone has any insight, you would be helping me a lot.
Thanks!!