Sha256: 6d05d5e73b5ea225b4115473ce09ba7d35c3da81955a1d2fc8a1258ba206669c

Contents?: true

Size: 543 Bytes

Versions: 13

Compression:

Stored size: 543 Bytes

Contents

// initialise plugins
jQuery(function(){
  
   
    jQuery('ul.sf-menu').superfish({
        delay: 2000, // 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

13 entries across 13 versions & 2 rubygems

Version Path
social_stream-base-0.6.8 app/assets/javascripts/main.js
social_stream-base-0.6.6 app/assets/javascripts/main.js
social_stream-base-0.6.5 app/assets/javascripts/main.js
social_stream-base-0.6.3 app/assets/javascripts/main.js
social_stream-base-0.6.2 app/assets/javascripts/main.js
social_stream-base-0.6.1 app/assets/javascripts/main.js
social_stream-base-0.6.0 app/assets/javascripts/main.js
social_stream-base-0.5.2 lib/generators/social_stream/base/templates/public/javascripts/main.js
social_stream-base-0.5.1 lib/generators/social_stream/base/templates/public/javascripts/main.js
social_stream-base-0.5.0 lib/generators/social_stream/base/templates/public/javascripts/main.js
social_stream-0.4.6 lib/generators/social_stream/templates/public/javascripts/main.js
social_stream-0.4.5 lib/generators/social_stream/templates/public/javascripts/main.js
social_stream-0.4.4 lib/generators/social_stream/templates/public/javascripts/main.js