From 39f3a9bcfb1364194bdcc9c6d20201d6978a5c94 Mon Sep 17 00:00:00 2001 From: Viraj Jadhav Date: Sat, 29 Nov 2025 03:53:59 +0530 Subject: [PATCH] fix(curriculum): correct CSS Animations quiz answer 16 wording (#64215) --- .../blocks/quiz-css-animations/66ed8fc9f45ce3ece4053eae.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/quiz-css-animations/66ed8fc9f45ce3ece4053eae.md b/curriculum/challenges/english/blocks/quiz-css-animations/66ed8fc9f45ce3ece4053eae.md index 26029b61476..800b4a8a0ef 100644 --- a/curriculum/challenges/english/blocks/quiz-css-animations/66ed8fc9f45ce3ece4053eae.md +++ b/curriculum/challenges/english/blocks/quiz-css-animations/66ed8fc9f45ce3ece4053eae.md @@ -849,7 +849,7 @@ It changes the text color to black. #### --answer-- -It makes the element fade in by gradually increasing its transparency. +It makes the element fade in by gradually decreasing its transparency. ### --question--