Learn CSS Transforms by Building a Penguin - Step 96

I keep finding different examples online and in forums but i’m not actually finding one that works. There is the one in the Ferris Wheel but I’m not sure it would work since made for degrees?

@keyframes wave {
from {
transform: translateX(10%);
}

to {
transform: translateX(20%);
}
to {
transform: translateX(30%);
}
to {
transform: translateX(40%);
}

}

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

Challenge: Learn CSS Transforms by Building a Penguin - Step 96

Link to the challenge:

NEVERMIND— IF YOU ARE STUCK - GO LOOK AT YOUR FERRIS WHEEL!!! IT’S THE SAME THING AND I MADE THIS TOO HARD! :stuck_out_tongue: :joy: :rofl: :heart_eyes: :kissing_heart: