dvui › easing › outCubicoutCubic Parameters#t:f32f32SourceImplementation#pub fn outCubic(t: f32) f32 { return 1 - inCubic(1 - t); }