You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/docs/flex/props.mdx
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,13 +268,8 @@ Whether the height of the flex component should be animated when the items are r
268
268
269
269
:::info
270
270
271
-
`'layout'` mode is more performant than `'worklet'` but it doesn't affect surrounding views during the animation. If you have content rendered next to the sortable grid, it will update its position immediately instead of animating.
272
-
273
-
:::
274
-
275
-
:::warning
276
-
277
-
This may sometimes cause **performance issues** as it requires layout recalculations.
271
+
-`'layout'` mode is more performant than `'worklet'` but it doesn't affect surrounding views during the animation (surrounding content updates position immediately).
272
+
-`'worklet'` mode affects surrounding views but is less performant as it requires layout recalculations on every frame.
Copy file name to clipboardExpand all lines: packages/docs/docs/grid/props.mdx
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,13 +135,8 @@ Whether and how to animate container dimensions changes.
135
135
136
136
:::info
137
137
138
-
`'layout'` mode is more performant than `'worklet'` but it doesn't affect surrounding views during the animation. If you have content rendered next to the sortable grid, it will update its position immediately instead of animating.
139
-
140
-
:::
141
-
142
-
:::warning
143
-
144
-
This may sometimes cause **performance issues** as it requires layout recalculations.
138
+
-`'layout'` mode is more performant than `'worklet'` but it doesn't affect surrounding views during the animation (surrounding content updates position immediately).
139
+
-`'worklet'` mode affects surrounding views but is less performant as it requires layout recalculations on every frame.
0 commit comments