Sha256: 65dfc198ce77222a64dd10968812a6c86f1075a1d3d6cb08452478fea1e270dc

Contents?: true

Size: 543 Bytes

Versions: 1

Compression:

Stored size: 543 Bytes

Contents

// initialise plugins
jQuery(function(){
jQuery('ul.sf-menu').superfish({
        delay:       1000,                            // one second delay on mouseout
        animation:   {height:'show'},  // fade-in and slide-down animation
        speed:       'fast',                          // faster animation speed
        autoArrows:  false,
        dropShadows: false                            // disable drop shadows
});

});



$(document).ready(function() {
$('#tabright> ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
social_stream-0.4.3 lib/generators/social_stream/templates/public/javascripts/main.js