Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBen Smith
3,933 PointsError in first part of challenge?
Hi, I'm trying to complete the first part of this challenge which involves applying the bg-move animation to the body element of the html. My answer is currently:
body { -webkit-animation: bg-move 8s forward; }
However I am getting the error message: Make sure your animation name is correct. I am almost 100% that this is the correct name but it will not accept it. Any ideas?
Ben Smith
3,933 PointsMany thanks Guil, that was the problem. Great course, I've learnt a lot whilst going through it.
Guil Hernandez
Treehouse TeacherGuil Hernandez
Treehouse TeacherHi Ben Smith – Looks like your fill mode needs to be
forwards
instead offorward
. Not sure why it's giving you an error for the animation name, though, as everything else is correct. :)