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
Sebastian Graus
633 PointsRecommendations on learning HTML 5 / javascript animations
Hi,
I know the basics of HTML and CSS. I would like earn more about animation, and am wondering what language I should start with, and if Treehouse offers the courses.
For example I found out about Greensock, which I guess is a javascript platform. I am not that familiar with javascript - should I first start learning javascript, or what do you think is the best route to go?
Thank you very much!
Michael Caveney
50,144 PointsThere's some good stuff on treehouse in the SVG module, IIRC.
James Ackerman
14,099 PointsJames Ackerman
14,099 PointsMy opinion is to learn JavaScript before digging into GreenSock (GSAP). GSAP is wonderful, but it does its animation in JavaScript, so it would be really helpful to know JS first. If you're doing the front end web dev track, that should give you enough JS background to at least understand what is happening in GSAP's main.js file, or so I assume based on having watched a bit of their training videos.
I'm certainly not the be-all-end-all authority on that, so if others have input I'd certainly welcome it.