Skip to content

Commit 1daf96b

Browse files
thetarnavgithub-actions[bot]
authored andcommitted
Format
1 parent 9d3df76 commit 1daf96b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tween/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ For example, to use a component prop, specify `() => props.value`.
5050

5151
You can provide two options:
5252

53-
* `duration` is the number of milliseconds to perform the transition
53+
- `duration` is the number of milliseconds to perform the transition
5454
from the previous value to the next value. Defaults to 100.
55-
* `easing` is a function that maps a number between 0 and 1 to a number
55+
- `easing` is a function that maps a number between 0 and 1 to a number
5656
between 0 and 1, to speed up or slow down different parts of the transition.
5757
The default easing function `(t) => t` is linear (no easing).
5858
A common choice is `(t) => 0.5 - Math.cos(Math.PI * t) / 2`.

0 commit comments

Comments
 (0)