Showcase

  • Startups, This Is How Design Works

    	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"
    
  • United Pixelworkers

    		_runSlideshow: function() {
    		  var self = this;
    
    		  $(document).everyTime("7s", "slideshow", function() {
    		    self._nextSlide();
    		  });
    		},
    		_pauseSlideshow: function() {
    		  var self = this;
    
  • FancyRhino

    // easter eggs
    $('.easter-egg').each(function(i) {
      $(this).attr('href', $('#easter-eggs').find('a').eq(i).attr('href')).attr('target', '_blank');
    });
    });
    })(jQuery);
    
  • Lois Jeans 50th Anniversary

    			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() {
    
  • Jessica Caldwell

    		//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');
    		}