Skip to content

Commit a57a562

Browse files
committed
Fix spring response example
1 parent 6bfe358 commit a57a562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ An object with `0%` to `100%` keys and the interpolated physics-based values for
112112
{
113113
"0%": { "left": 0 },
114114
"1%": { "left": 3 },
115-
"1%": { "left": 8.544 },
116-
// 2% … 98%
115+
"2%": { "left": 8.544 },
116+
// 3% … 98%
117117
"99%": { "left": 249.981 }
118118
"100%": { "left": 250 }
119119
}

0 commit comments

Comments
 (0)