DVUI

outQuint

curve

Parameters

#
t:f32
f32

Source

Implementation

#
pub fn outQuint(t: f32) f32 {
    return 1 - inQuint(1 - t);
}