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

HTML

CSS Animation Menu

Hi all,

I am working with a designer to design a cool animated menu. I found this example but unfortunately it's flash - http://www.jamesdayphoto.com/

Just wondering if anyone has come across some cool css tricks to implement nice way of displaying the drop down menu?

Thanks in advanced.

Regards, Michael

3 Answers

Thanks for that. I think I might go for the first one in this demo.

http://www.webtutorialplus.com/demo/link-hover-effects/default.html

I do like the some of the ones you sent through especially this - http://demo.tutorialzine.com/2010/06/css3-minimalistic-navigation-menu/demo.html

Just need to set the expectation that it won't work on all browsers!

Flash won't work in all browsers either.

Support is currently pretty good 70% of all browsers currently support CSS transitions http://caniuse.com/css-transitions

For the older browsers you might want to consider using a polyfill like this one http://addyosmani.com/blog/css3transitions-jquery/