I am trying to use css3 transition to enlarge a div width and height on :hover.
It works fine but I need to change the anchor point of the animation.
As for now it is set to the bottom left of the div and I need it to be from the top left corner.
Is that possible ?
Thanks