-
function handleDropEvent(event, ui) {
var draggable = ui.draggable;
$('#triforceDrag').css({
backgroundImage: 'url("./img/linkHappy@2x.gif")',
backgroundSize: '112px 208px'
}).draggable({
disabled: true
});
$('#dragText').css({
fontSize: '0px',
color: "#fff"
-
_runSlideshow: function() {
var self = this;
$(document).everyTime("7s", "slideshow", function() {
self._nextSlide();
});
},
_pauseSlideshow: function() {
var self = this;
-
// easter eggs
$('.easter-egg').each(function(i) {
$(this).attr('href', $('#easter-eggs').find('a').eq(i).attr('href')).attr('target', '_blank');
});
});
})(jQuery);
-
if (list[i].style.zIndex == 0) {
if (slideoutElement) {
list[i].style.zIndex = -2;
list[i].className = "";
} else {
switch (targetSection) {
case "sec_aniversary":
{
if (Modernizr.csstransitions) {
$(list[i].children).each(function() {
-
//animate the full-screen project image
$('li[data-id] .wrap').each(
function(index) {
$(this).stop().css({
opacity: 0
}).animate({
padding: 0
}, 50 * index).animate({
opacity: 1
}, 500, 'easeOutCubic');
}