Created
July 28, 2015 14:49
-
-
Save kurtisdunn/408f2f559d5c79b58db4 to your computer and use it in GitHub Desktop.
Jumbotron Animated Headings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jumbtron: function() { | |
$(jumbtron.h1).addClass('animated ' + 'fadeInLeftBig').appendTo(".jumbotron"); | |
setTimeout( function() { $('.cloud').textillate({ in: { effect: 'fadeInLeftBig' } }); }, 200); | |
setTimeout( function() { $(jumbtron.h2).addClass('animated ' + 'fadeInRightBig').appendTo(".jumbotron"); }, 700); | |
setTimeout( function() { $(jumbtron.btn).addClass('animated ' + 'fadeInUp').appendTo(".jumbotron"); }, 1000); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment