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 trial

CSS CSS - Beyond the Basics CSS Animation Basics Full-Page Animation Project: Part 3

jsdevtom
jsdevtom
16,963 Points

Why is nothing working as is shown in the video?

For example, when I changed the 0% background-position value to -560px as is shown at @1:47 in this video. The boat began to move upwards whilst simultaneously moving left. Also the -webkit vendor prefix needs to be removed to animate the body's background. Why? Could this be that chrome no longer needs certain vender prefixes? If so, this should be mentioned at the beginning of the course. Otherwise, students will no longer be able to follow the lessons.....

1 Answer

Jaime Rios
PLUS
Jaime Rios
Courses Plus Student 21,100 Points

Yep, as you said, by prefixes used, I assume that when the video was recorded, animations were not fully supported by modern browsers, now it is. I recommend you to check every new function you want to implement at www.caniuse.com