EasingCurve

typealias EasingCurve = (Double) -> Double

A function that takes a progress value (from 0.0 to 1.0) and returns an eased value.