Skip to content
Prev Previous commit
Update src/content/docs/en/reference/modules/astro-transitions.mdx
  • Loading branch information
florian-lefebvre authored Dec 10, 2025
commit 330c213df2873124f0aca3035ec647ac55fa688d
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Replaces the old body with the new body. Then, goes through every element in the

### Deprecated imports

The following imports are deprecated in v6 and will be removed in v7. You can still use them in your project, but you may prefer to update your code now. [See how to upgrade](/en/guides/upgrade-to/v6/#deprecated-exposed-astrotransitions-and-astrotransitionsclient-internals).
The following imports are deprecated in v6 and will be removed in v7. You can still use them in your project, but you may prefer to update your code now. [See how to upgrade](/en/guides/upgrade-to/v6/#deprecated-exposed-astrotransitions-internals).

<h4>`isTransitionBeforePreparationEvent()`</h4>

Expand Down