rstacruz / jquery.transit

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

Adds support for "normal" fx speed. #127

Closed aglemann closed 11 years ago

aglemann commented 11 years ago

jQuery supports three string speeds: "fast", "slow" and "normal" (uses $.fx.speeds._default). This patch adds support for "normal" (previously that resulted in no animation).

rstacruz commented 11 years ago

Thanks! That's awesome.