rstacruz / jquery.transit

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

Delay converting when transition unsupported #140

Open boycce opened 11 years ago

boycce commented 11 years ago

Be cool if this:

$.transition({y:'10px', delay:400})

could convert to

$.delay(400).animate({y:'10px'})

if transition is unsupported :)