Search code examples
jqueryanimationtextscale

jQuery textscaling from middle?


I have created an simple textanimation here: http://jsbin.com/odivor/16/edit My problem now is that the text (büro exit) is scaling from left and not from the middle. How could I fix this?

I don´t want to use the jQuery Ui scale.

BR


Solution

  • I'd try something like this :

    http://jsbin.com/odivor/23

    Your h2 need a big size to expand unhindered. You may have to tweak the left value according to the exact position you want.