diff --git a/src/content/docs/ja/guides/view-transitions.mdx b/src/content/docs/ja/guides/view-transitions.mdx index 276133a30851a..1487e18c8e933 100644 --- a/src/content/docs/ja/guides/view-transitions.mdx +++ b/src/content/docs/ja/guides/view-transitions.mdx @@ -4,12 +4,13 @@ description: >- ビュートランジションを使用して、Astroでページ間のシームレスなナビゲーションを実現する。 i18nReady: true --- - import Since from '~/components/Since.astro' +import { Steps } from '@astrojs/starlight/components' +import SourcePR from '~/components/SourcePR.astro' Astroでは、**オプトイン式ページ単位のビュートランジション**を数行のコードで実現できます。ビュートランジションは、ブラウザがナビゲーション時に通常おこなうページ全体の更新なしでページコンテンツを更新し、ページ間のシームレスなアニメーションを提供します。 -Astroは、単一のページの`
`に追加可能な`