fix(curriculum): correct CSS Animations quiz answer 16 wording (#64215)

This commit is contained in:
Viraj Jadhav 2025-11-29 03:53:59 +05:30 committed by GitHub
parent fa133418f6
commit 39f3a9bcfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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--