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

CSS Animating SVG with CSS Keyframe and Line Drawing Animations The Animation Challenge Solution

Great Job Guil!

Finally a course that generates animated graphics from text (instead of just text from text).

:smiley:

Hopefully this will get wide use in future Treehouse courses

(including any future NodeJS courses).


Some related stuff:

Also note the SVG keySpline feature allows to simulate acceleration and deceleration effects.

For an example see this page:

http://www.carto.net/papers/svg/samples/animated_bustrack.shtml


If you are dealing with animated svg in combination with D3js (by drawing in parallel) see this StackOverflow thread for a solution to try and control the timing:

http://stackoverflow.com/questions/17506262/sequentially-animate-svg-with-d3js


For additional javascript library options regarding a NodeJS implementation that generates SVG see this article:

http://www.smashingmagazine.com/2014/05/26/love-generating-svg-javascript-move-to-server/


Also want to tack on a cross reference to this other Teamtreehouse thread regarding

animated avg in combo with parallax scrolling (has lots of good links :thumbsup: ):

https://teamtreehouse.com/forum/advanced-parallax-scrolling-effects