Skip to content

Commit

Permalink
enhance(macros/CSSInfo): add "Animation type" link (#10947)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaroshdy1 authored Apr 19, 2024
1 parent 6c7e902 commit 40ce610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kumascript/macros/CSSInfo.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ if (name === "preview-wiki-content") {
if (!atRule) {
properties = properties.concat({
name: "animationType",
label: localize(localStrings, "animationType")
label: web.smartLink(`/${env.locale}/docs/Web/CSS/CSS_animated_properties`, null, localize(localStrings, "animationType"))
});
}
Expand Down

0 comments on commit 40ce610

Please sign in to comment.