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 trialTorger 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.