CSS3 – Animations

Some things are more complex/fancy than useful. Consider the Star Wars Crawl, The Matrix, or a 3D cube. These are often proof’s of concept/fun projects that see what can be done. Of course, soon we’ll see clients who want to have their websites scroll vertically automatically like the matrix, or into a distance like with…

jQuery Effects – Sliding Elements into/out of View

In addition to hiding and reveling HTML elements, jQuery allows you to move elements around on the screen, over a given duration. Vertically Appearing / Disappearing Movements jQuery provides two commonly used methods to vertically add/remove an HTML element. .slideUp() and .slideDown(). .slideUp() will cause an element to remove itself from view, but sliding up…