Skip to content

Instantly share code, notes, and snippets.

@alexvas123
Created May 25, 2016 12:25
Show Gist options
  • Save alexvas123/702985a77a074dbf74487c54f28fc069 to your computer and use it in GitHub Desktop.
Save alexvas123/702985a77a074dbf74487c54f28fc069 to your computer and use it in GitHub Desktop.
Textilate FitText
// TITLE BEGINS
$("h1").textillate({ in : {
effect: 'flipInY',
callback: function () {
$(".char2").addClass('rotate');
}
},
initialDelay: 300
});
$("h1").fitText(.3, {
minFontSize: '10px',
maxFontSize: '360px'
});
// TITLE ENDS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment