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 trialmelissa brown
4,670 PointsWhich coding language for project
Hi, I am doing an art project and I wanted to know what the best coding language is to use for it. Basically, the person would click on a picture of a balloon then when they click on it the balloon would pop and then some text would appear. Could I do this with java script? Any advice would be greatly appreciated. Thanks, Melissa
2 Answers
Warren Winters
1,958 PointsI would probably use Javascript with HTML5 Canvas for that.
Jakub Luchtaj
10,011 PointsYes! JavaScript will do fine.
Especially jQuery might be just to your liking β with its explode effect: http://api.jqueryui.com/explode-effect/
Make sure you check Andrew Chalkleyβs courses.
But you can also try doing this with just CSS animation :-)
Happy coding!