Until recently whenever I had to do the simplest animation I always had to use JavaScript code. If you're using jQuery it's pretty easy to make simple effects. The most known ones would probably be slideDown() and slideUp(). Custom animation is also pretty easy with jQuery: 1 2 3 4...