Skip to content

Commit eacdba9

Browse files
authored
Clarify what immediate does
1 parent 3d2523d commit eacdba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/data/fixtures.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ export const USESPRINGVALUE_CONFIG_DATA: CellData[][] = [
517517
[
518518
{
519519
label: 'immediate',
520-
content: <p>Prevents the animation if true.</p>,
520+
content: <p>Prevents the animation if true, applying the `to` styles immediately.</p>,
521521
},
522522
{
523523
label: 'boolean | function',

0 commit comments

Comments
 (0)