Skip to content

Commit 3403c88

Browse files
authored
docs: clarify what immediate does (#2357)
* Clarify what `immediate` does * Run Prettier
1 parent 3d2523d commit 3403c88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/app/data/fixtures.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,11 @@ export const USESPRINGVALUE_CONFIG_DATA: CellData[][] = [
517517
[
518518
{
519519
label: 'immediate',
520-
content: <p>Prevents the animation if true.</p>,
520+
content: (
521+
<p>
522+
Prevents the animation if true, applying the `to` styles immediately.
523+
</p>
524+
),
521525
},
522526
{
523527
label: 'boolean | function',

0 commit comments

Comments
 (0)