davatron5000 / FitText.js

A jQuery plugin for inflating web type
http://fittextjs.com
6.76k stars 1.39k forks source link

Detect and prefer Zepto over jQuery #73

Closed colinhb closed 9 years ago

colinhb commented 11 years ago

Detect and prefer Zepto over jQuery, update README.md

FitText.js doesn't use any parts of the jQuery API not covered by Zepto (zeptojs.com). Now FitText can be dropped into mobile projects using Zepto or jQuery projects without code changes.

davatron5000 commented 9 years ago

Sorry it took so long to get back to you on this. While I probably should have merged this in last year, in hindsight it turned out to be an okay move since Zepto has kind of frozen. So rather than build in a dependency that isn't updating, I'm going to pass on built-in Zepto support. It's becoming a bit of a problem over on FitVids.

Thanks so much for your commit! Sorry I got around to reviewing it in a timely manner.