What's the meaning of 'circ', 'cubic', 'quint', 'quad' in CSS cubic-bezier timing functions? -
i find set of easing functions here. see difference, i've no idea these names mean exactly, such 'ease-in-circ', 'ease-in-quint', 'ease-in-cubic'.
thanks explanation, guys.
"circ" short "circular". graph of easing function looks quarter circle.
"quad", "cubic", "quart", , "quint" polynomial easing functions of orders 2, 3, 4, , 5, respectively. is, quadratic, cubic, quartic, , quintic functions.
"expo" exponential function.
the other function names ("back", "elastic", , "bounce") should pretty self-explanatory.
Comments
Post a Comment