Your IP : 216.73.216.171


Current Path : /home/ereika83/public_html/wp-content/themes/genesis/lib/js/menu/
Upload File :
Current File : /home/ereika83/public_html/wp-content/themes/genesis/lib/js/menu/superfish.args.js

/**
 * Initialise Superfish with custom arguments.
 *
 * @package Genesis\JS
 * @author StudioPress
 * @license GPL-2.0+
 */

jQuery(function ($) {
	'use strict';
	$( '.js-superfish' ).superfish({
		'delay': 100,                                         // 0.1 second delay on mouseout.
		'animation':   {'opacity': 'show', 'height': 'show'}, // Default os fade-in and slide-down animation.
		'dropShadows': false                                  // Disable drop shadows.
	});
});