Skip to content

Commit

Permalink
Fix a broken-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 23, 2024
1 parent fc2dda9 commit f4667fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/@view-transition/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 define two {{cssxref("@keyframes")}} 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 */
Expand Down

0 comments on commit f4667fb

Please sign in to comment.