rstacruz / jquery.transit

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

Fixed duration property #138

Open pyronaur opened 11 years ago

pyronaur commented 11 years ago

Introduced a new function isWithUnit(i, unit) and fixed the issue where Duration was overridden by the default duration every time.

Fixed This: https://github.com/rstacruz/jquery.transit/issues/132