rstacruz / jquery.transit

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

It's gonna be support zepto? #149

Closed hkongm closed 11 years ago

hkongm commented 11 years ago

It's gonna be support zepto?

rstacruz commented 11 years ago

It's not planned. Zepto doesn't support $.cssHooks.

inarius commented 10 years ago

I'll vote for this too! Even if you need to make a special Zepto version which re-implements cssHooks, this would be really useful!

I think your project is a great fit for good mobile app performance using css transforms. However, I can't personally justify using jQuery (or jQuery 2) for a mobile app. I can justify using something lightweight like Zepto.

Thanks for considering!

volkanongun commented 10 years ago

vote!

rstacruz commented 10 years ago

If anyone can figure it out, feel free to chime in — at the moment though, it doesn't seem like Zepto's extendable enough to allow things like $('#box').css({ scale: 0.5 }) and so on.