-
Export easeIn/Out values/curves from AE so developers can replicate them in build?
Hey there,
I have a bit of a complex problem here. I have created a 3 minute video of an iPad app which the developers will use to make the app. The developers are not on location and due to lack of time we had no chance of making an interactive prototype in Framer or such.
What I am trying to figure out:
Is there a way to export the easy ease values/curves from AE to something that the developers can easily understand an implement?
For example —
-webkit-transition: all 2000ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
-moz-transition: all 2000ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
-o-transition: all 2000ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
transition: all 2000ms cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
-moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
-o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */I hope this makes sense.
Thank you
Sorry, there were no replies found.