Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Export easeIn/Out values/curves from AE so developers can replicate them in build?

  • Export easeIn/Out values/curves from AE so developers can replicate them in build?

    Posted by Fred Weinestad on March 8, 2016 at 10:42 am

    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

    Fred Weinestad replied 10 years, 6 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy