Template:Scroll

From 2013.igem.org

(Difference between revisions)
Line 31: Line 31:
        animationInSpeed: 200, // Animation in speed (ms)
        animationInSpeed: 200, // Animation in speed (ms)
        animationOutSpeed: 200, // Animation out speed (ms)
        animationOutSpeed: 200, // Animation out speed (ms)
-
        scrollText: '', // Text for element, can contain HTML
+
        scrollText: 'top', // Text for element, can contain HTML
-
        scrollTitle: 'top', // Set a custom <a> title if required. Defaults to scrollText
+
        scrollTitle: false, // Set a custom <a> title if required. Defaults to scrollText
        scrollImg: true, // Set true to use image
        scrollImg: true, // Set true to use image
-
        activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF'
+
        activeOverlay: '#262626', // Set CSS color to display scrollUp active point, e.g '#00FFFF'
        zIndex: 2147483647 // Z-Index for the overlay
        zIndex: 2147483647 // Z-Index for the overlay
});
});

Revision as of 03:32, 27 August 2013