Skip to content

Commit

Permalink
Fix typo under Values section (#36768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddily authored Nov 13, 2024
1 parent c494fb8 commit 2c49a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/transition-timing-function/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ transition-timing-function: unset;

- : Each {{cssxref("<easing-function>")}} represents the easing function to link to the corresponding property to transition, as defined in {{ cssxref("transition-property") }}.

The non-step keyword values (ease, linear, ease-in-out, etc.) each represent cubic Bézier curve with fixed four point values, with the cubic-bezier() function value allowing for a non-predefined value. The step easing functions divides the input time into a specified number of intervals that are equal in length. It is defined by a number of steps and a step position.
The non-step keyword values (ease, linear, ease-in-out, etc.) each represent cubic Bézier curve with fixed four point values, with the cubic-bezier() function value allowing for a non-predefined value. The step easing functions divide the input time into a specified number of intervals that are equal in length. It is defined by a number of steps and a step position.

- `ease`
- : Equal to `cubic-bezier(0.25, 0.1, 0.25, 1.0)`, the default value, increases in velocity towards the middle of the transition, slowing back down at the end.
Expand Down

0 comments on commit 2c49a84

Please sign in to comment.