rstacruz / jquery.transit

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

Using transit with custom css hook (like jquery path) #147

Open jashwant opened 10 years ago

jashwant commented 10 years ago

I am using jQuery path and wondering if I can use transit with that. Ultimately, it's just animating left and top of element.

jQuery path also has css() function, which returns css at particular instant of time. But, I am not sure how to achieve transition with it.