+ 6

Can anyone explain me about "cubic-bezier()" ?

6th Mar 2018, 6:01 AM
Ratnesh Mishra
Ratnesh Mishra - avatar
3 Answers
+ 4
cubic-bezeir() defines a custum animation-timing in CSS. It requires 4 parameters which have value, either 0 or 1. 0 means slow and 1 means fast. The four parameters represent start, mid-start, mid-end and end portions of the animation.
6th Mar 2018, 6:25 AM
Naveen Maurya
Naveen Maurya - avatar
+ 3
Oh..Thanks now I understand
6th Mar 2018, 10:23 AM
Ratnesh Mishra
Ratnesh Mishra - avatar
+ 2
@Ratnesh Mishra You are WELCOME!
7th Mar 2018, 1:25 AM
Naveen Maurya
Naveen Maurya - avatar