I really like the effect of the blocks moving towards you and slight animation in this effect, this developer seems to be using Mootools, and ideas on how to achieve this or a similar effect in jQuery?
|
|
|
|||
|
|
|
He only animates the On hover he enlarges the div by 10px in both dimensions so the shadow background comes visible and also moves the box 10px to top and left. In jQuery it could be
I could post a fiddle using the background images the author of the page uses, but I think that would be naughty. |
|||||||||||
|
|
Here is an example of a box that moves towards you: Fiddle: http://jsfiddle.net/maniator/7hfK8/ JS:
CSS:
|
|||
|
|
|
Why use JavaScript? This effect can be achieved using CSS: http://jsfiddle.net/HHRgG/
Edit: Updated fiddle with CSS transitions to make it prettier |
|||||||||
|
|
Try this
|
|||
|
|