dvui › easing › outQuintoutQuint Parameters#t:f32f32SourceImplementation#pub fn outQuint(t: f32) f32 { return 1 - inQuint(1 - t); }