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"
    
  • 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() {
    
  • Spring/Summer

    	onLoaded: function() {
    	  this.loadCount++;
    	  if (this.loadCount == this.MAX_NUM_FILES_TO_LOAD) {
    	    this.isLoaded = true;
    	    bg.init(this.bg);
    	    scrollMaster.init();
    
    	    $("#container").css("visibility", "visible");
    
  • Sajak & Farki

                }
    
                }).fail(SF.epicFail);
                } else {
                  // Otherwise just open the section.
                  if (section != SF._currentSection) SF.animateSections(section);
                }
                // 404 handling
                } else {
                  // alert('404!!');
    
  • Corona Radiata

    	$.fn.Menu = function() {
    
    	  this.each(function(i) {
    
    	    var $self = $(this),
    	      $ul = $('<ul/>').appendTo($self),
    	      $sections = $('[data-nav]'),
    	      _sections = new Array(),
    	      $navs = new Array();