A Project of the Center for Advanced Study in the Visual Arts, National Gallery of Art
History of Early American Landscape Design

Difference between revisions of "MediaWiki:Common.js"

[http://www.nga.gov/content/ngaweb/research/casva/research-projects.html A Project of the National Gallery of Art, Center for Advanced Study in the Visual Arts ]
Line 14: Line 14:
 
         "http://vm-healdddev-casva.nga.gov/mediawiki/images/6/67/1010.jpg",
 
         "http://vm-healdddev-casva.nga.gov/mediawiki/images/6/67/1010.jpg",
 
         "http://vm-healdddev-casva.nga.gov/mediawiki/images/4/41/0883.jpg",
 
         "http://vm-healdddev-casva.nga.gov/mediawiki/images/4/41/0883.jpg",
         "http://vm-healdddev-casva.nga.gov/mediawiki/images/7/7e/0034.jpg"
+
         "http://vm-healdddev-casva.nga.gov/mediawiki/images/7/7e/0034.jpg",
 +
        "http://vm-healdddev-casva.nga.gov/mediawiki/iimages/6/6f/0550.jpg
 
     ];
 
     ];
 
     return images[Math.floor(Math.random() * images.length)];
 
     return images[Math.floor(Math.random() * images.length)];

Revision as of 20:50, December 18, 2017

/*$(document).ready(function(){

$('#bodyContent').css('display', 'none');
$('#bodyContent').fadeIn(1000);

}); */

$(".siteTagline").append(", National Gallery of Art").css("color", "orange");

function getRandomImage()
{
    var images = [
        "http://vm-healdddev-casva.nga.gov/mediawiki/images/6/64/0728.jpg", 
        "http://vm-healdddev-casva.nga.gov/mediawiki/images/6/67/1010.jpg",
        "http://vm-healdddev-casva.nga.gov/mediawiki/images/4/41/0883.jpg",
        "http://vm-healdddev-casva.nga.gov/mediawiki/images/7/7e/0034.jpg",
        "http://vm-healdddev-casva.nga.gov/mediawiki/iimages/6/6f/0550.jpg
    ];
    return images[Math.floor(Math.random() * images.length)];
}

$(document).ready(function(){
    $(".bannerImage").css({'background-image' : 'url(' + getRandomImage() + ')'}).addClass('fade-in');
});

/*Adds up button on scroll*/
$('body').prepend('<a href="#" class="back-to-top">Back to Top</a>');

var amountScrolled = 300;

$(window).scroll(function() {
	if ( $(window).scrollTop() > amountScrolled ) {
		$('a.back-to-top').fadeIn('slow');
	} else {
		$('a.back-to-top').fadeOut('slow');
	}
});

Retrieved from "https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Common.js&oldid=30768"

History of Early American Landscape Design contributors, "MediaWiki:Common.js," History of Early American Landscape Design, , https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Common.js&oldid=30768 (accessed March 28, 2024).

A Project of the Center for Advanced Study in the Visual Arts

National Gallery of Art, Washington