Skip to content

Instantly share code, notes, and snippets.

@shehabkhan013
Last active January 26, 2018 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shehabkhan013/8349b7d672aa1ab4094ee2716bb534e6 to your computer and use it in GitHub Desktop.
Save shehabkhan013/8349b7d672aa1ab4094ee2716bb534e6 to your computer and use it in GitHub Desktop.
text animation js active (textillate.js)
$('.banner_effect').textillate({ in : {
effect: 'fadeInRight',
delayScale: 2
},
out: {
effect: 'flipOutY',
sync: true
},
loop: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment