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

How can I make animation from a sequence of images?

I have a sequence of images, and I want to make an animation from that sequence? How can i do that or what can I use to do it: CSS, Javascript, jQuery?? and what course od treehouse can i see to learn how to do it?

1 Answer

There are different ways to accomplish this and they depend on what you are trying to do. There are JQuery plugins that might be useful, or JS snippets you could use.

You could do this with an animated gif even. It's hard to say without more details regarding what you are trying to do.

Hi Perry , thanks for your reply!

Well, in detail, I have like a group of 60 images that would make an animation, and what I want to do is how to put those images as an animation in a website I'm building, so when someone enter to the part where the animation is, it just run by itself (I mean by that without clicking buttons or scrolling) and then repeat the animation once it is finished.

I was thinking of taking the group of images and make it an animated gif like you said, but I'm still searching for options and what would be the best thing to do and what can I use to do it.