What is cubic-beizer() ? could anyone explain me? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

What is cubic-beizer() ? could anyone explain me?

26th Mar 2016, 10:49 AM
Abdullah Omar Nasseef
Abdullah Omar Nasseef - avatar
1 ответ
+ 5
A Bézier curve is a parametric curve frequently used in computer graphics and related fields. The cubic-beizer() function is used to define your own custom curves. Check out this website and play around with the parameters: www.cubic-bezier.com
26th May 2016, 12:47 PM
James Flanders