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
This may sometimes cause **performance issues** as it requires layout recalculations.
269
+
:::info
270
+
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.
268
273
269
274
:::
270
275
@@ -667,39 +672,9 @@ type LayoutAnimation =
667
672
668
673
---
669
674
670
-
### itemsLayout
671
-
672
-
Layout transition to use when items are reordered.
This may sometimes cause **performance issues** as it requires layout recalculations.
136
+
:::info
137
+
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.
135
140
136
141
:::
137
142
@@ -549,39 +554,9 @@ type LayoutAnimation =
549
554
550
555
---
551
556
552
-
### itemsLayout
553
-
554
-
Layout transition to use when items are reordered.
0 commit comments