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 trialVicky Kumar
5,742 PointsCode is copied from tutorial but Animation doesn't work?
Hello!
I've copied all the codes from the tutorial videos and did everything same but still I don't get any animation sequence in my browser. The boat is not animating and there's no steam coming out from the boat.
Please check the code of part -2 of the same video. I copied code from there.
What could be the reason?
This is the link of tutorial video: (https://teamtreehouse.com/library/css-foundations/css-animations/fullpage-animation-project-part-3).
Thanks!
Vicky Kumar
5,742 PointsVicky Kumar
5,742 PointsHello Guys!
I found solution by myself. There's no problem with codes instead there was a simple twist. I've used this code in my html document:
<meta charset="utf-8">
And, after removing this code from html document, animation started to run nicely.Now, tell me, does
<meta>
tag support Animation?Thanks!