+ 3
How can I make no ease in or out?
I checked everywhere on the Internet but I can't find it!
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
+ 4
Just select a different timing function for transition?
E.g.
transition-timing-function: linear;
+ 2
You are welcome Lego in Motion !
+ 1
Does it work for the animation and @keyframes properties?
+ 1
Maybe link an example code?
+ 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
+ 1
This is so useful! Thank you so much!
0
It's not working.đ
0
Thanks for trying to help but it doesn't seem to work.