Skip to content

Commit 40ce610

Browse files
enhance(macros/CSSInfo): add "Animation type" link (#10947)
1 parent 6c7e902 commit 40ce610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: kumascript/macros/CSSInfo.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ if (name === "preview-wiki-content") {
283283
if (!atRule) {
284284
properties = properties.concat({
285285
name: "animationType",
286-
label: localize(localStrings, "animationType")
286+
label: web.smartLink(`/${env.locale}/docs/Web/CSS/CSS_animated_properties`, null, localize(localStrings, "animationType"))
287287
});
288288
}
289289

0 commit comments

Comments
 (0)