From the course: Interactive Animations with CSS and JavaScript

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Fit and finish

Fit and finish

From the course: Interactive Animations with CSS and JavaScript

Start my 1-month free trial

Fit and finish

- [Instructor] Okay, so I would call our presentation code complete at this point. It definitely functions, goes all the way through. But there're a couple little clean up items I'd like to take care of before we call it done. So let' go ahead and watch it one more time and we'll see if we can notice any issues and I can see a few already. But, particularly that one. Have you seen the text bouncing up and down? That's not really good. So that's an issue we're gonna take care of. Also I'm going fill the site name in and everything in so we don't have to keep looking at my blank placeholders up there. And there's also one more issue. I'm gonna refresh this and show you what that is. If I keep clicking through here, you're gonna see an error appear on the right. It's okay to have a couple of weird loose ends in your app, but it's not good to have actual exceptions being thrown so we're gonna fix that. And if you look at the source code, it's pretty clear what's happening. We're moving…

Contents