Tell us what’s happening:
Describe your issue in detail here.
I have tried to write the correct syntax to this problem but when I run it, it is not recognising the opacity. I have checked all extensions, spaces and brackets in the syntax to no avail. Please help.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
You changed something that didn’t need to be changed. All you had to do was add the opacity property with a value of 0.1 to the existing @keyframes rule.
If you look closely at the rule it’s already set to 50%. You changed left: 60%;
to be right: 50%;
that’s why the test fails.