dvui › easing › outQuartoutQuart Parameters#t:f32f32SourceImplementation#pub fn outQuart(t: f32) f32 { return 1 - inQuart(1 - t); }