pub fn quart_in<T: Float + FloatConst>(t: T, b: T, c: T, d: T) -> T
Expand description
quart_in easing
t
- the progress of the tween, ranging from 0 to d.b
- the starting value of the property.c
- the change between the starting and ending value of the property.d
- the total duration