Showcase

  • 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() {
    
  • Fusion Room

                $('#handiwork a').not('.external-link').click(function(e) {
                  var url = $(this).attr('href');
                  url = url.replace(/^.*#/, '');
                  $.history.load(url);
                  return false;
                });
    
  • 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");
    
  • Soleil Noir

    function setHash() {
      if (directLink) return;
      var id = items[curLoc].id;
      window.location.hash = "/" + id;
    }
    
    function setCurNavDot() {
    
  • La Moulade - Creative Studio

    	moveRotateStudioUp: function(pos) {
    	  Lamoulade.pivotPoint.x = parseInt(Lamoulade.Screen.width / 2, 10);
    	  Lamoulade.pivotPoint.y = parseInt(Lamoulade.Screen.height / 5 * 2, 10);
    	  var maxRotation = 21,
    	    maxLeft = -3000 + Lamoulade.pivotPoint.x,
    	    maxTop = -3000 + Lamoulade.pivotPoint.y * 3 / 2;
    	  Lamoulade.rotation = (12.5 - pos) * 2.3;
    	  if (Lamoulade.rotation < -21) {