@ -226,7 +226,7 @@ To resolve this, ensure you're comparing values where both values were created w
### transition_slide_display
### transition_slide_display
```
```
The `slide` transition does not work correctly with elements with `display: %value%`
The `slide` transition does not work correctly for elements with `display: %value%`
```
```
The [slide](/docs/svelte/svelte-transition#slide) transition works by animating the `height` of the element, which requires a `display` style like `block`, `flex` or `grid`. It does not work for:
The [slide](/docs/svelte/svelte-transition#slide) transition works by animating the `height` of the element, which requires a `display` style like `block`, `flex` or `grid`. It does not work for:
@ -189,7 +189,7 @@ To resolve this, ensure you're comparing values where both values were created w
## transition_slide_display
## transition_slide_display
> The `slide` transition does not work correctly with elements with `display: %value%`
> The `slide` transition does not work correctly for elements with `display: %value%`
The [slide](/docs/svelte/svelte-transition#slide) transition works by animating the `height` of the element, which requires a `display` style like `block`, `flex` or `grid`. It does not work for:
The [slide](/docs/svelte/svelte-transition#slide) transition works by animating the `height` of the element, which requires a `display` style like `block`, `flex` or `grid`. It does not work for:
console.warn(`%c[svelte] transition_slide_display\n%cThe \`slide\` transition does not work correctly with elements with \`display: ${value}\`\nhttps://svelte.dev/e/transition_slide_display`,bold,normal);
console.warn(`%c[svelte] transition_slide_display\n%cThe \`slide\` transition does not work correctly for elements with \`display: ${value}\`\nhttps://svelte.dev/e/transition_slide_display`,bold,normal);