From 40ce6101698a0481d0167748af8b6b4b9fe78d67 Mon Sep 17 00:00:00 2001 From: Mostafa Elgreatly Date: Sat, 20 Apr 2024 01:13:51 +0200 Subject: [PATCH] enhance(macros/CSSInfo): add "Animation type" link (#10947) --- kumascript/macros/CSSInfo.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kumascript/macros/CSSInfo.ejs b/kumascript/macros/CSSInfo.ejs index 6a8c570279dd..ce61f2b6f8aa 100644 --- a/kumascript/macros/CSSInfo.ejs +++ b/kumascript/macros/CSSInfo.ejs @@ -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")) }); }