Sha256: d7609c62d23499cab373ba4167ab325dd825a6eb24f70d3aaf72d5f234db7b4c

Contents?: true

Size: 546 Bytes

Versions: 8

Compression:

Stored size: 546 Bytes

Contents

//= require hoverIntent
//= require superfish
//= require jquery.watermarkinput
//
$(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

8 entries across 8 versions & 2 rubygems

Version Path
social_stream-0.9.2 base/app/assets/javascripts/layouts.js
social_stream-base-0.9.6 app/assets/javascripts/layouts.js
social_stream-base-0.9.5 app/assets/javascripts/layouts.js
social_stream-base-0.9.4 app/assets/javascripts/layouts.js
social_stream-base-0.9.3 app/assets/javascripts/layouts.js
social_stream-base-0.9.2 app/assets/javascripts/layouts.js
social_stream-base-0.9.1 app/assets/javascripts/layouts.js
social_stream-base-0.9.0 app/assets/javascripts/layouts.js