I have got a problem with a CSS3 animation.
.child { opacity: 0; display: none; -webkit-transition: opacity 0.5s ease-in-out; -moz-transit
display: is not transitionable. You'll probably need to use jQuery to do what you want to do.
display: