How can I make no ease in or out? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can I make no ease in or out?

I checked everywhere on the Internet but I can't find it!

1st May 2022, 5:51 PM
Lego in Motion
Lego in Motion - avatar
10 Answers
+ 3
cubic-bezier(n,n,n,n) - you can define your own animation values in a cubic-bezier function. For more information please see here: https://www.w3schools.com/css/css3_animations.asp
1st May 2022, 9:06 PM
JaScript
JaScript - avatar
+ 4
Just select a different timing function for transition? E.g. transition-timing-function: linear;
1st May 2022, 5:56 PM
Lisa
Lisa - avatar
+ 2
You are welcome Lego in Motion !
2nd May 2022, 1:57 PM
JaScript
JaScript - avatar
+ 1
Does it work for the animation and @keyframes properties?
1st May 2022, 6:01 PM
Lego in Motion
Lego in Motion - avatar
+ 1
Maybe link an example code?
1st May 2022, 6:23 PM
Lisa
Lisa - avatar
1st May 2022, 6:33 PM
Lego in Motion
Lego in Motion - avatar
+ 1
for animations @keyframes, u should use animation-timing-function. transition-timing-function is well for transitions. https://developer.mozilla.org/en-US/docs/Web/CSS/transition
1st May 2022, 6:38 PM
Arturop
Arturop - avatar
+ 1
This is so useful! Thank you so much!
2nd May 2022, 6:43 AM
Lego in Motion
Lego in Motion - avatar
0
It's not working.😕
1st May 2022, 6:17 PM
Lego in Motion
Lego in Motion - avatar
0
Thanks for trying to help but it doesn't seem to work.
1st May 2022, 7:05 PM
Lego in Motion
Lego in Motion - avatar