rstacruz / jquery.transit

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

bug when line height isnt explicit #196

Open juanvillegas opened 10 years ago

juanvillegas commented 10 years ago

It has happened to me with a few transitions, not sure if this is happening with all of them. For example, a simple .transition({x:"10px"}) will cause my text first text input in the set of matched elements to loose its content alignment. Like: image

Fix for now: explicitly assign line-height to inputs..