Is it possible to specify the starting location of a transition?
For example, if I have the following transition set for height and width -
transition: width 2s, height 2s, transform 2s
Here is an example on jsFiddle.
Currently, the rectangle starts growing from its upper left corner. How can I change it to start growing from the center of its upper side, like in the image below?
Any suggestions on how to achieve this desired effect?