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

JavaScript

Anne Lupton
Anne Lupton
3,222 Points

Is there a class on javascript animations?

I've browsed through the library and used the search feature, but can't seem to find any class on javascript animations. Is there one? I see there's a class on javascript, but I'd specifically like to know how to do minor animations on scroll events. Thanks!

2 Answers

jQuery Basics is probably the closest, since it covers a few different events and jQuery's built in animations, as well as getting you to build a 'simple drawing application' at the end using HTML5's canvas element.

If you haven't done that course or its prerequisites, JavaScript Basics and JavaScript Loops, Arrays and Objects, then I suggest you try those first.

Then there's a couple of Treehouse blog posts about animations:

And lastly, if there's a specific thing you're trying to achieve, feel free to ask on the forums here or search on sites like StackOverflow.

Anne Lupton
Anne Lupton
3,222 Points

Nice! Thanks. I started to go through JavaScript Basics and discovered it wasn't what I was looking for, but I'll revisit before looking at the JQuery stuff.