Which CSS property allows you to control the speed curve of an animation?
- animation-ease
- animation-speed-curve
- animation-timing-function
- animation-transition
The animation-timing-function property is used to control the speed curve of an animation. It allows you to specify how the animation progresses through time, giving you control over the easing and acceleration of the animation.
Loading...
Related Quiz
- How can you pause an animation before it begins or between iterations?
- How can you create a function in SASS that returns a value?
- Which CSS property is used to control the time between the end of one animation iteration and the start of the next?
- In Flexbox, which property is used to define how items are aligned along the main axis?
- How can you make the text of an element bold using CSS?