3D Thumbnail Hover Effects
3D Thumbnail Hover Effects Today we want to show you how to create some exciting 3D hover effects using CSS3 and jQuery. This idea is inspired by the cool hover effect that you can find on the page of the Google SketchUp Showcase . In our examples, we’ll use thumbails that will reveal some more information on hover. We will create a structure with jQuery that will allow making the image appear as folded or bended when we hover over it. For the hover effects we will use CSS 3D transforms. THE MARKUP __________________________________________________________________________________ The markup for the thumbnail structure will be as follows: 566 124 → __________________________________________________________________________________ Each thumbnail goes into a division with another division for the details (view-back). The structure that we want to create for each division with the class v...
Comments
Post a Comment