When hovering .wrapper, it's child element .contents should animate from 0px to it's natural width. Then when the mouse is removed from .wrapper, it should animate back down to 0px. The .wrapper element should only be as wide as it needs to be, so .wrapper should grow in width and shrink in width as .contents does. There should be no set width for .contents.