Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iraycd/smartflow
Smarflow is a reponsive font-resize jQuery plugin
https://github.com/iraycd/smartflow
Last synced: about 1 month ago
JSON representation
Smarflow is a reponsive font-resize jQuery plugin
- Host: GitHub
- URL: https://github.com/iraycd/smartflow
- Owner: iraycd
- License: mit
- Created: 2014-05-18T11:04:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-18T11:39:33.000Z (over 10 years ago)
- Last Synced: 2024-10-15T22:53:15.073Z (3 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SmartFlow.JS #
> Forked from [FlowType](http://simplefocus.com/flowtype/) and with improved performance on screen resize. Stops the IE and WebFit to fire zillion times which happens when you resize on the other responsive font-resize engines.
## Example:
$('body').smartflow({
minimum : 100,
maximum : 1200,
minFont : 6,
maxFont : 40,
fontRatio : 30,
lineRatio : 1.45
});$('h1').smartflow({
minFont : 12,
maxFont : 60,
fontRatio : 20
});