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: versioned_docs/version-8.x/icons.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ The component accepts the following props:
241
241
-`'pulse'`
242
242
-`scope`: Whether to animate the whole symbol at once or by layer. Can be one of:
243
243
-`'byLayer'` (default)
244
-
-`'wholeSymbol'`
244
+
-`'wholeSymbol'`
245
245
246
246
-`wiggle`:
247
247
-`direction`: Direction for the effect. Can be one of:
@@ -311,8 +311,13 @@ The component accepts the following props:
311
311
Transitions have the following options:
312
312
-`type`: The transition to apply. One of the values listed above.
313
313
-`speed`: Speed multiplier for the transition. Defaults to `1`.
314
-
-`variant`: Direction for the `replace` transition. Can be `'downUp'`, `'upUp'`, or `'offUp'`.
315
-
-`scope`: Whether the `replace` transition runs by layer or on the whole symbol.
314
+
-`variant`: Direction for the `replace` transition. Can be one of:
315
+
-`'downUp'`
316
+
-`'upUp'`
317
+
-`'offUp'`
318
+
-`scope`: Whether the `replace` transition runs by layer or on the whole symbol. Can be one of:
319
+
-`'byLayer'` (default)
320
+
-`'wholeSymbol'`
316
321
-`magic`: Whether to prefer Magic Replace for `replace` transitions when possible. Falls back to regular Replace on iOS 17.
317
322
318
323
This can be used to animate changes to the icon in response to state. For example, changing `wifi` to `wifi.slash` with a `magic` replace transition animates the slash across the symbol.
0 commit comments