davatron5000 / FitText.js

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

added mootools.fittext.js #13

Closed adamnbowen closed 11 years ago

adamnbowen commented 12 years ago

A complete port of FitText.js to mootools. Unlike Pull request 4, this maintains the API, so people can use FitText exactly the same, whether they are using jQuery or Mootools. This still required a separate file, though if we work too much on abstraction from the frameworks, we might as well write a framework-agnostic plugin (which isn't a bad idea, actually)... But this is close enough at least :)

davatron5000 commented 11 years ago

@adamnbowen I'm closing out PRs today. Wanted to say thanks for this and sorry I never got back to you. I dropped the ball. I'm personally not interested in maintaining yet-another-framework here on the main site, but if you make your own repo (like @Adactio's non-jQuery FitText) I'd be happy to link it up.

adamnbowen commented 11 years ago

No problem, it was more of an exercise at the time anyhow—I learned some more JS, so mission accomplished ;)

tbleckert commented 11 years ago

Made my own Mootools version today as well https://github.com/tbleckert/FitText.js. What ya think?