Posted: November 28th, 2011, 6:00am MST
Although the idea may sound intimidating, building a dynamic (and by dynamic I mean animated quot;) image gallery using a few CSS3 properties is much easier than you might think. Indeed, in the previous part of this series, I implemented a simple, yet extendable image gallery, which used the transition CSS3 property to dynamically hide and display a given image when users hovered their cursors on its associated thumbnail. Best of all, the entire animation process didn't require coding a single line of JavaScript. As with any other web-based user interface component, it's possible to easily...