7bcc30635b
git-svn-id: https://develop.svn.wordpress.org/trunk@7050 602fd350-edb4-49c9-b593-d223f7449a82
8 lines
318 B
JavaScript
8 lines
318 B
JavaScript
addLoadEvent( function() {
|
|
// pulse
|
|
jQuery('.fade').animate( { backgroundColor: '#ffffe0' }, 300).animate( { backgroundColor: '#fffbcc' }, 300).animate( { backgroundColor: '#ffffe0' }, 300).animate( { backgroundColor: '#fffbcc' }, 300);
|
|
|
|
// Reveal
|
|
jQuery('.wp-no-js-hidden').removeClass( 'wp-no-js-hidden' );
|
|
});
|