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

what type or js has this website been made with?

http://xmas.evs.com/2018/ this website has a awesome partical animation. Can someone tell me what kind of js this is? and where I can find a course for learning it.

1 Answer

Steven Parker
Steven Parker
231,007 Points

That really is impressive. But it appears to be over 22,000 lines of heavily minimized code, so it's hard to tell where it came from.

But you can find several online references for particle systems in JavaScript. Here's just a few:

thx steven for the links :)