rstacruz / jquery.transit

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

Scale value returned by css() method is incorrect #194

Open sebromero opened 10 years ago

sebromero commented 10 years ago

When I log the value of the scale property of an element e.g. $("test").css("scale") it always returns 1 regardless of the current scale value.