dvui › easing › outExpooutExpo Parameters#t:f32f32SourceImplementation#pub fn outExpo(t: f32) f32 { return 1 - inExpo(1 - t); }