Translating an elements Y axis 50% will move it down 50% of its own height, not 50% of the parents height as I would expect. How do I tell a translating element to base it\'
You can make the element absolute positioned and use left and top property to take the percentage value as parent.