From 68b9965b37fc7ac371a20be6fc821fa5acd140f0 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Thu, 23 Jan 2025 07:37:11 +0800 Subject: [PATCH] Fix a broken-macros (#37347) * Fix a broken-macros * Update files/en-us/web/css/@view-transition/index.md --- files/en-us/web/css/@view-transition/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/@view-transition/index.md b/files/en-us/web/css/@view-transition/index.md index da57fa751b396bd..6ad0a66fef23bf1 100644 --- a/files/en-us/web/css/@view-transition/index.md +++ b/files/en-us/web/css/@view-transition/index.md @@ -49,7 +49,7 @@ The `@view-transition` at-rule is specified in the CSS for both your current and } ``` -In addition to the `@view-transition` at-rule, we define two {{cssxref("@keyframe")}} animations and use the {{cssxref("animation")}} shorthand property to apply those keyframe animations to the elements in the outbound ({{cssxref("::view-transition-old()")}}) and inbound ({{cssxref("::view-transition-new()")}}) pages that we want to animate. +In addition to the `@view-transition` at-rule, we use the {{cssxref("@keyframes")}} at-rule to define two keyframe animations and use the {{cssxref("animation")}} shorthand property to apply those keyframe animations to the elements in the outbound ({{cssxref("::view-transition-old()")}}) and inbound ({{cssxref("::view-transition-new()")}}) pages that we want to animate. ```css /* Create a custom animation */