rstacruz / jquery.transit

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

Need stack transition feature #163

Open rerefreelancer opened 10 years ago

rerefreelancer commented 10 years ago

in pure javascript I can stack transition like this with 3 properties and different durations, delays, easings for each of them.

ele[prefix + 'transition-property'] = 'width, height, opacity'; ele[prefix + 'transition-duration'] = '100, 500, 500'; ele[prefix + 'transition-delay'] = '0, 200, 0';

positlabs commented 10 years ago

-1