Animation Techniques used in Paragon and January Game Jam Theme Announcement - Live From Epic HQ

We do a binary search on the distance curve. We have several assumptions:

  1. a key per frame of animation.
  2. linear interpolation in between keys, just like animation.
  3. distance curve values are in increasing order.
  4. we don’t have duplicate values, except for the stop transition when it reaches zero.