Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Torger Angeltveit
11,228 PointsHow to make elements flaot in smoothly when page is refreshed
Hi, if you see the effects on this website: http://iamkevinrhodes.com/#portfolio
All the elements come's floating up into places. Is this javascript or can it be done with CSS3?
Does anyone know if there is any videos on treehouse where they explain this sort of fucntion?
Thanks :)
2 Answers

Colin Marshall
32,861 PointsThat website uses CSS3 animations. Check out the CSS Animation Basics section of the CSS Beyond The Basics course.

Torger Angeltveit
11,228 PointsThank you, Colin.