Sha256: 4bb880e162334d26cb2f592e0a3a2dcc0418c7f222593fe91c7eab9adabbc95e

Contents?: true

Size: 512 Bytes

Versions: 13

Compression:

Stored size: 512 Bytes

Contents

//= require hoverIntent
//= require superfish
//
$(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
    });

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
social_stream-base-0.8.0 app/assets/javascripts/layouts.js
social_stream-base-0.7.11 app/assets/javascripts/layouts.js
social_stream-base-0.7.10 app/assets/javascripts/layouts.js
social_stream-base-0.7.9 app/assets/javascripts/layouts.js
social_stream-base-0.7.8 app/assets/javascripts/layouts.js
social_stream-base-0.7.7 app/assets/javascripts/layouts.js
social_stream-base-0.7.6 app/assets/javascripts/layouts.js
social_stream-base-0.7.5 app/assets/javascripts/layouts.js
social_stream-base-0.7.4 app/assets/javascripts/layouts.js
social_stream-base-0.7.3 app/assets/javascripts/layouts.js
social_stream-base-0.7.2 app/assets/javascripts/layouts.js
social_stream-base-0.7.1 app/assets/javascripts/layouts.js
social_stream-base-0.7.0 app/assets/javascripts/layouts.js