user3504751
user3504751

Reputation: 147

jquery accordion menu animation transition

I am looking for a tutorial on how to reproduce an effect very similar to www.outdatedbrowser.com I really like the way it animates and navigates. Does anyone have any pointers. Much appreciated,

Cheers, Greg.

Upvotes: 0

Views: 73

Answers (1)

Jeff Clarke
Jeff Clarke

Reputation: 1397

I don't have a tutorial, but much of this (if not all) can be done using CSS transitions and animations (Google these). For anything CSS cant do, use an animation library like TweenLite / TweenMax http://greensock.com/.

Upvotes: 1

Related Questions