rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.29k stars 864 forks source link

get the size and offset (position) after scale #101

Open HalaKuwalty opened 11 years ago

HalaKuwalty commented 11 years ago

i'm using jquery transit to zoom in and out of a canvas. after zooming and applying the trasit function, i want to be able to drag some elements and manipulate them , but the problem is both .offset() and .outerWidth() .outerHeight() functions are returning wrong values.