Ok here we go, i have this fiddle for you:
DEMO
It doesn't work as expected, so i'll describe what i need and what the problems are. The goal is a sliding description when hovering the box.
Here is what i want, and everything which does not work is emphasized:
- Every box has an image, a title and a description. Everything except the description is visible.
- When the mouse is over a box, the title/description slides to the half height of the box, which makes the description visible. The overall height of the box does not change.
- The image should be invisible outside the bounds of the box.
- The animation shouldn't "jump" to the end, when moving the mouse fast in and out.
Can you help me?