Difference between revisions of "Team:Tec-Monterrey/sandboxDavid"

Line 1: Line 1:
 
{{:Team:Tec-Monterrey/Templates/Tec-Monterrey_General_Format}}
 
{{:Team:Tec-Monterrey/Templates/Tec-Monterrey_General_Format}}
 
<!------- MAIN ------->
 
 
<html>
 
<html>
 +
  <head>     
 +
    <!-- Bootstrap required meta tags -->
 +
    <meta charset="utf-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 +
 
 +
    <!-- Bootstrap css-->
 +
    <link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/bootstrapmin?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
         
 +
    <!-- Fonts -->
 +
    <link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/fontawesomemin?action=raw&amp;ctype=text/css" rel="stylesheet">
  
<head>
 
 
     <style>
 
     <style>
        #dropzoneWrapper {
 
            position: absolute;
 
            height: auto;
 
            width: 100%;
 
            background-color: blue;
 
        }
 
        #outer-dropzone {
 
            height: 80vw;
 
            width: 80vw;
 
            touch-action: none;
 
        }
 
   
 
        .dropzone {
 
            background-color: #ccc;
 
            border: dashed 4px transparent;
 
            border-radius: 4px;
 
            margin: 10px auto 30px;
 
            padding: 10px;
 
            width: 80%;
 
            transition: background-color 0.3s;
 
        }
 
  
        .drop-active {
+
/**********************************************************************************************************************/
            border-color: #aaa;
+
/******************************************************* SLIDESHOW ***************************************************/
         }
+
/**********************************************************************************************************************/
 +
.slideshow {
 +
position: relative;
 +
width: 80%;
 +
height: 80%;
 +
         margin: 0 10%;
 +
        overflow-y: hidden;
 +
}
  
        .drop-target {
+
.slideshow .right-arrow-pane, .slideshow .left-arrow-pane{
            background-color: #29e;
+
position:absolute;
            border-color: #fff;
+
right:0;
            border-style: solid;
+
top:0;
        }
+
height:100%;
 +
width:100px;
 +
background: rgba(0,0,0,0.3);
 +
-webkit-transition: all 0.3s;
 +
    -moz-transition: all 0.3s;
 +
    -ms-transition: all 0.3s;
 +
    -o-transition: all 0.3s;
 +
    transition: all 0.3s;
 +
    z-index:75;
 +
    cursor:pointer;
 +
}
  
        .drag-drop {
+
.slideshow .left-arrow-pane {
            display: inline-block;
+
left:0;
            min-width: 40px;
+
width:82px;
            height: 200px;
+
right:auto;
            width: 200px;
+
}
  
            color: #fff;
+
.slideshow .right-arrow-pane .arrow, .slideshow .left-arrow-pane .arrow {
            /*background-color: #29e;*/
+
position:absolute;
            border: solid 2px #fff;
+
top:50%;
 +
left:30%;
 +
transform:translate(-50%, -50%);
 +
-webkit-transition: all 0.3s;
 +
    -moz-transition: all 0.3s;
 +
    -ms-transition: all 0.3s;
 +
    -o-transition: all 0.3s;
 +
    transition: all 0.3s;
 +
    /*z-index:50;*/
 +
}
  
            -webkit-transform: translate(0px, 0px);
+
.slideshow .left-arrow-pane .arrow {
            transform: translate(0px, 0px);
+
right:30%;
 +
left:auto;
 +
transform: translate(50%, -50%);
 +
}
  
            transition: background-color 0.3s;
+
.slideshow .right-arrow-pane .arrow div, .slideshow .left-arrow-pane .arrow div{
        }
+
height:50px;
 +
width:50px;
 +
transform:rotate(45deg);
 +
border-style: solid;
 +
border-color: rgba(255, 255, 255, .5);
 +
border-width:5px 5px 0 0;
 +
-webkit-transition: all 0.3s;
 +
    -moz-transition: all 0.3s;
 +
    -ms-transition: all 0.3s;
 +
    -o-transition: all 0.3s;
 +
    transition: all 0.3s;
 +
}
  
        .drag-drop img {
+
.slideshow .left-arrow-pane .arrow div{
            position: absolute;
+
transform:rotate(-135deg);
            height: 200px;
+
}
            width: 200px;
+
            border-radius: 50%;
+
        }
+
  
        .drag-drop.can-drop {
+
.slideshow .right-arrow-pane:hover, .slideshow .left-arrow-pane:hover {
            color: #000;
+
background:rgba(0,0,0,.25);
            /*background-color: #4e4;*/
+
}
        }
+
       
+
        #backgroundHolder {
+
            width: 80vw;
+
            height: 80vw;
+
            position: relative;
+
            z-index: 1;
+
            background-image: url("https://static.igem.org/mediawiki/2018/5/5d/T--Tec-Monterrey--cut_interactive.png");
+
            background-repeat:no-repeat;
+
            background-size: 100%;
+
        }
+
       
+
       
+
        #interactive_Background {
+
            height: 100%;
+
        }
+
       
+
        #plasmidHolder {
+
            width: 80vw;
+
            height: 80vw;
+
            position: absolute;
+
            z-index: 3;
+
            background-image:url("https://static.igem.org/mediawiki/2018/9/91/T--Tec-Monterrey--cut_plasmid_full.png");
+
            background-repeat:no-repeat;
+
            background-size: 100%;
+
        }
+
       
+
        #interactive_CutPlasmidFull {
+
            height: 100%;
+
        }
+
       
+
        #colorsWrapper {
+
            width: 80vw;
+
            height: 80vw;
+
            position: absolute;
+
            z-index: 2;
+
            background-repeat:no-repeat;
+
            background-size: 100%;
+
        }
+
        #color1 {
+
            opacity: 0;
+
            left: 48%;
+
            top: 54.5%;
+
            height: 8%;
+
            width: 8%;
+
            background-color: yellow;
+
            position: absolute;
+
            z-index:3;
+
        }
+
        #color2 {
+
            opacity: 0;
+
            left: 56%;
+
            top: 54.5%;
+
            height: 8%;
+
            width: 8%;
+
            background-color: red;
+
            position: absolute;
+
            z-index:3;
+
        }
+
        #color3 {
+
            opacity: 0;
+
            left: 48%;
+
            top: 63%;
+
            height: 7%;
+
            width: 7.5%;
+
            background-color: aqua;
+
            position: absolute;
+
            z-index:3;
+
        }
+
        #color4 {
+
            opacity: 0;
+
            left: 56%;
+
            top: 63%;
+
            height: 7%;
+
            width: 7.5%;
+
            background-color: pink;
+
            position: absolute;
+
            z-index:3;
+
        }
+
  
          
+
.slideshow .right-arrow-pane:hover .arrow {
 +
left:35%;
 +
}
 +
 
 +
.slideshow .left-arrow-pane:hover .arrow {
 +
right:35%;
 +
}
 +
 
 +
.slideshow .right-arrow-pane:hover .arrow div, .slideshow .left-arrow-pane:hover .arrow div{
 +
border-color:rgb(255,255,255);
 +
}
 +
 
 +
.slideshow .bubbles {
 +
position:absolute;
 +
width:100%;
 +
height:10%;
 +
bottom:0;
 +
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
 +
display:flex;
 +
justify-content: center;
 +
z-index:50;
 +
}
 +
 
 +
.slideshow .bubbles div {
 +
height:30px;
 +
width:30px;
 +
border-radius:5px;
 +
border:solid white 3px;
 +
margin:0 20px 0 0;
 +
cursor:pointer;
 +
}
 +
 
 +
.slideshow .bubbles div:last-child {
 +
margin-right: 0;
 +
}
 +
 
 +
.slideshow .bubbles div:hover {
 +
background-color: white;
 +
}
 +
 
 +
.slideshow .bubbles div.active {
 +
background-color:white;
 +
}
 +
 
 +
.slideshow .pauseBtn {
 +
position:absolute;
 +
height:60px;
 +
width:60px;
 +
bottom:20px;
 +
right:150px;
 +
background:rgba(34,34,34,.75);
 +
border-radius:10px;
 +
z-index:60;
 +
}
 +
 
 +
.slideshow .pauseBtn .bars {
 +
visibility: hidden;
 +
position:absolute;
 +
top:50%;
 +
left:50%;
 +
transform:translate(-50%, -50%);
 +
width:30px;
 +
height:35px;
 +
}
 +
 
 +
.slideshow .pauseBtn .bars > div{
 +
float:right;
 +
width:10px;
 +
height:100%;
 +
background:rgba(255,255,255,.75);
 +
}
 +
 
 +
.slideshow .pauseBtn .bars > div:first-child {
 +
float:left;
 +
}
 +
 
 +
.slideshow .pauseBtn:hover {
 +
background: rgba(34,34,34,1);
 +
cursor: pointer;
 +
}
 +
 
 +
.slideshow .pauseBtn:hover .bars > div {
 +
background: rgba(255,255,255,1);
 +
}
 +
 
 +
.slideshow .pauseBtn .tri {
 +
visibility: hidden;
 +
position: absolute;
 +
top:50%;
 +
left:50%;
 +
transform: translate(-50%, -50%);
 +
}
 +
 
 +
.slideshow .pauseBtn .tri > div {
 +
width: 0;
 +
height: 0;
 +
border-top: 18px solid transparent;
 +
border-left-style: solid;
 +
border-left-width: 30px;
 +
border-left-color:rgba(255,255,255,.75);
 +
border-bottom: 18px solid transparent;
 +
}
 +
 
 +
.slideshow .pauseBtn:hover .tri > div{
 +
border-left-color:rgba(255,255,255,1);
 +
}
 +
 
 +
.slideshow .pauseBtn .tri.active, .slideshow .pauseBtn .bars.active {
 +
visibility: visible;
 +
}
 +
 
 +
.slideshow .content {
 +
position:absolute;
 +
top:0;
 +
left:0;
 +
width:100%;
 +
height:100%;
 +
         overflow: hidden;
 +
}
 +
 
 +
.slideshow .content .slide {
 +
visibility:hidden;
 +
position:absolute;
 +
top:0;
 +
left:0;
 +
height:100%;
 +
width:100%;
 +
overflow-y: hidden;
 +
-webkit-transition: left 1s;
 +
    -moz-transition: left 1s;
 +
    -ms-transition: left 1s;
 +
    -o-transition: left 1s;
 +
    transition: left 1s;
 +
}
 +
.slideshow .content .slide video, .slideshow .content .slide img {
 +
  width: 100%;
 +
  height: 100%;
 +
}
 +
 
 +
.slideshow .content .slide:first-child {
 +
visibility:visible;
 +
left:0;
 +
z-index: 1;
 +
        width: 100%;
 +
}
 +
 
 +
.slideshow .content .slide > img:first-child {
 +
height:auto;
 +
        width: 100%;
 +
        overflow: hidden;
 +
}
 +
 
 +
.slideshow .content .slide.active {
 +
left:0 !important;
 +
}
 +
 
 +
.slideshow .content .slide.left {
 +
left:-100vw !important;
 +
}
 +
 
 +
.slideshow .content .slide.right {
 +
left:100vw !important;
 +
}
 +
 
 +
.splash .slideshow .title {
 +
top:65%;
 +
left:200px;
 +
}
 +
 
 +
#HQ_page .slideshow .title p {
 +
font-size:7em;
 +
}
 +
 
 +
.notransition {
 +
-webkit-transition: none !important;
 +
    -moz-transition: none !important;
 +
    -ms-transition: none !important;
 +
    -o-transition: none !important;
 +
    transition: none !important;
 +
}
 +
/**********************************************************************************************************************/
 +
/**********************************************************************************************************************/
 +
/******************************************************* SLIDESHOW *****************************************************/
 +
 
 +
 
 +
#scroll-section {
 +
  display: contents;
 +
}
 +
.header-main-page {
 +
  width: 100%;
 +
  height: 100%;
 +
  background: rgb(157,217,223);
 +
}
 +
 
 +
#video-main-page {
 +
  width: 100%;
 +
  background: #9dd8dd;
 +
  transition: all 0.6s;
 +
  position: fixed;
 +
  z-index: 200;
 +
}
 +
#skip-btn {
 +
  z-index: 201;
 +
  background: rgba(0,0,0,0.3);
 +
  color: whitesmoke;
 +
  font-size: 8vh;
 +
  width: 15vw;
 +
  height: 9vh;
 +
  line-height: 1em;
 +
  text-align: center;
 +
  position: fixed;
 +
  border-radius: 10px;
 +
  bottom: 1%;
 +
  right: 1%;
 +
  transition: all 0.2s;
 +
  -webkit-transition: all 0.2s;
 +
}
 +
 
 +
#skip-btn:hover {
 +
  cursor: pointer;
 +
  background: rgba(0,0,0,0.5);
 +
}
 +
#bacteria-nadando {
 +
  width: 30vw;
 +
  height: 30vw;
 +
  left: 35vw;
 +
  position: fixed;
 +
  z-index: 1;
 +
  background: url(https://static.igem.org/mediawiki/2018/7/74/T--Tec-Monterrey--Frame_1_interactive_gif.png);
 +
  background-size: cover;
 +
}
 +
 
 +
#hiding-block {
 +
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%);
 +
  z-index: 3;
 +
  width: 100%;
 +
  height: 100vh;
 +
  float: left;
 +
  position: sticky;
 +
}
 +
 
 +
#fixed-title {
 +
  width: 50%;
 +
  height: 35vh;
 +
  font-size: 13vw;
 +
  font-weight: 700;
 +
  font-family: "DosisRegular", sans-serif;
 +
  line-height: 1.2em;
 +
  text-align: center;
 +
  position: absolute;
 +
  left: 25%;
 +
  top: 25%;
 +
  z-index: 2;
 +
  color: rgba(246,246,246,0.9);
 +
}
 +
 
 +
#fixed-subtitle {
 +
  width: 100%;
 +
  font-size: 6vw;
 +
  font-weight: 500;
 +
  font-family: "Norwester", monospace;
 +
  line-height: 1.2em;
 +
  text-align: center;
 +
  z-index: 2;
 +
  color: rgba(47,99,97,0.6);
 +
}
 +
 
 +
.topBarWrapper {
 +
  display: contents !important;
 +
}
 +
 
 +
#background-river {
 +
  height: auto;
 +
  background-image: url(https://static.igem.org/mediawiki/2018/d/d0/T--Tec-Monterrey--Background_Rio.png);
 +
  width: 100%;
 +
  background-position-x: center;
 +
  background-size: cover;
 +
  background-repeat-y: no-repeat;
 +
}
 +
 
 +
.main-info-container-left {
 +
  width: 30%;
 +
  height: auto;
 +
  margin-top: 30%;
 +
  margin-left: 2.5vw;
 +
  float: left;
 +
}
 +
 
 +
.main-info-container-right {
 +
  width: 30%;
 +
  height: auto;
 +
  margin-top: 50%;
 +
  margin-right: 2.5vw;
 +
  float: right;
 +
}
 +
 
 +
.main-info {
 +
  width: 100%;
 +
  height: 30vw;
 +
  background: white;
 +
  margin-top: 40vh;
 +
}
 +
 
 +
@media screen and (max-width: 900px) {
 +
  .main-info-container-left {
 +
    width: 40%;
 +
  }
 +
  .main-info-container-right {
 +
    width: 40%;
 +
  }
 +
  #bacteria-nadando {
 +
    display: none;
 +
  }
 +
  #hiding-block {
 +
    display: none;
 +
  }
 +
  #background-river {
 +
    height: 400vh;
 +
  }
 +
  #video-main-page {
 +
    display: none;
 +
  }
 +
  #skip-btn {
 +
    display: none;
 +
  }
 +
}
 
     </style>
 
     </style>
</head>
+
    </head>
 +
    <body>
  
<body>
+
<div id="scroll-section">
    <div id="alan" class="drag-drop"> <img src="https://static.igem.org/mediawiki/2018/8/8b/T--Tec-Monterrey--Foto_Alan.jpg"> </div>
+
  <header id="page-top" class="header-main-page">
    <div id="esteban" class="drag-drop"> <img src="https://static.igem.org/mediawiki/2018/4/44/T--Tec-Monterrey--Foto_Esteban.jpg"> </div>
+
     <video id="video-main-page" muted autoplay>
     <div id="acebae" class="drag-drop"> <img src="https://static.igem.org/mediawiki/2018/2/2f/T--Tec-Monterrey--Foto_David.jpg"> </div>
+
      <source src="https://static.igem.org/mediawiki/2018/f/fd/T--Tec-Monterrey--Intro_Nadando.mp4" type="video/mp4">
    <div id="sofi" class="drag-drop"> <img src="https://static.igem.org/mediawiki/2018/9/9f/T--Tec-Monterrey--Foto_Sofia.jpg"> </div>
+
    </video>
     <div id="bobby" class="drag-drop"> <img src="https://static.igem.org/mediawiki/2018/a/a9/T--Tec-Monterrey--Foto_Roberto.jpg"> </div>
+
     <a id="skip-btn">Skip</a>
   
+
  </header>
      
+
 
    https://static.igem.org/mediawiki/2018/5/5d/T--Tec-Monterrey--cut_interactive.png
+
     <div id="background-river">
   
+
      <div class="main-info-container-left">
    https://static.igem.org/mediawiki/2018/9/91/T--Tec-Monterrey--cut_plasmid_full.png
+
         <div class="main-info">
   
+
    https://static.igem.org/mediawiki/2018/6/6f/T--Tec-Monterrey--cut_plasmid.png
+
   
+
    https://static.igem.org/mediawiki/2018/d/d3/T--Tec-Monterrey--giv_v3.gif
+
   
+
   
+
   
+
<div id="dropzoneWrapper">
+
    <div id="outer-dropzone" class="dropzone">
+
         <div id="backgroundHolder" style="">
+
            <div id="colorsWrapper">
+
                <div id="color1"></div>
+
                <div id="color2"></div>
+
                <div id="color3"></div>
+
                <div id="color4"></div>
+
            </div>
+
            <div id="plasmidHolder" style="background-image:url('https://static.igem.org/mediawiki/2018/9/91/T--Tec-Monterrey--cut_plasmid_full.png')">
+
            </div>
+
 
         </div>
 
         </div>
 +
        <div class="main-info">
 +
        </div>
 +
        <div class="main-info">
 +
        </div>
 +
        <div class="main-info">
 +
        </div>
 +
      </div>
 +
      <div class="main-info-container-right">
 +
        <div class="main-info">
 +
        </div>
 +
        <div class="main-info">
 +
        </div>
 +
        <div class="main-info">
 +
        </div>
 +
        <div class="main-info">
 +
        </div>
 +
      </div>       
 +
    <div id="hiding-block">
 +
    </div>
 +
 +
      <br class="clearBoth"/>
 +
    </div> <!-- background-river ends -->
 +
 +
    <div id="fixed-title">
 +
      E. coding
 +
      <div id="fixed-subtitle">Tec-Monterrey</div>
 
     </div>
 
     </div>
 +
 +
    <div id="bacteria-nadando">
 
     </div>
 
     </div>
    <script>
 
        // target elements with the "draggable" class
 
        interact('.draggable')
 
            .draggable({
 
                // enable inertial throwing
 
                inertia: true,
 
                // keep the element within the area of it's parent
 
                restrict: {
 
                    restriction: "parent",
 
                    endOnly: true,
 
                    elementRect: {
 
                        top: 0,
 
                        left: 0,
 
                        bottom: 1,
 
                        right: 1
 
                    }
 
                },
 
                // enable autoScroll
 
                autoScroll: true,
 
  
                // call this function on every dragmove event
+
</div> <!-- scroll section ends -->
                onmove: dragMoveListener,
+
                // call this function on every dragend event
+
                onend: function(event) {
+
                    var textEl = event.target.querySelector('p');
+
  
                    (textEl.textContent =
+
<section>
                        'moved a distance of ' +
+
Seccion Acevedo Interactive Entertainement System Co. S.A. de C.V. Ind.
                        (Math.sqrt(Math.pow(event.pageX - event.x0, 2) +
+
</section>
                            Math.pow(event.pageY - event.y0, 2) | 0))
+
                        .toFixed(2) + 'px');
+
                }
+
            });
+
  
         function dragMoveListener(event) {
+
    <div class="slideshow">
             var target = event.target,
+
         <div class='right-arrow-pane'>
                 // keep the dragged position in the data-x/data-y attributes
+
             <div class='arrow'><div></div></div>
                 x = (parseFloat(target.getAttribute('data-x')) || 0) + event.dx,
+
        </div>
                 y = (parseFloat(target.getAttribute('data-y')) || 0) + event.dy;
+
        <div class='left-arrow-pane'>
 +
            <div class='arrow'><div></div></div>
 +
        </div>
 +
        <div class='bubbles'>
 +
        </div>
 +
        <div class='pauseBtn'>
 +
            <div class='bars'>
 +
                 <div></div>
 +
                <div></div>
 +
            </div>
 +
            <div class='tri'>
 +
                 <div></div>
 +
            </div>
 +
        </div>
 +
        <div class='content'>
 +
            <div class='slide'>
 +
                <video autoplay loop muted>
 +
                    <source src="https://static.igem.org/mediawiki/2018/4/45/T--Tec-Monterrey--HP_3_pH.mp4" type="video/mp4">
 +
                 </video>
 +
            </div>
 +
            <div class='slide'>
 +
                <img src="https://static.igem.org/mediawiki/2018/4/43/T--Tec-Monterrey--HP_3_ni%C3%B1ossolos.jpg"/>
 +
            </div>
 +
            <div class='slide'>
 +
                <img src="https://static.igem.org/mediawiki/2018/f/f5/T--Tec-Monterrey--HP_3_trabajando.jpg"/>
 +
            </div>
 +
            <div class='slide'>
 +
                <img src="https://static.igem.org/mediawiki/2018/b/be/T--Tec-Monterrey--HP_3_todos.jpg"/>
 +
            </div>
 +
        </div>
 +
    </div>
  
            // translate the element
+
    <script>
            target.style.webkitTransform =
+
                target.style.transform =
+
                'translate(' + x + 'px, ' + y + 'px)';
+
  
            // update the posiion attributes
+
          var screen_900 = window.matchMedia("(max-width: 900px)");
            target.setAttribute('data-x', x);
+
          var screen_1024 = window.matchMedia("(min-width: 1024px)");
            target.setAttribute('data-y', y);
+
          var screen_1280 = window.matchMedia("(min-width: 1280px)");
        }
+
          var screen_1440 = window.matchMedia("(min-width: 1440px)");
 +
          var screen_1680 = window.matchMedia("(min-width: 1680px)");
 +
          var screen_1920 = window.matchMedia("(min-width: 1920px)");
 +
          var position = 3000;
  
 +
          $(window).on('beforeunload', function(){
 +
            $(window).scrollTop(0);
 +
          });
  
        /* The dragging code for '.draggable' from the demo above
+
          if(screen_900.matches) {
        * applies to this demo as well so it doesn't have to be repeated. */
+
            var timeoutVar = 0;
 +
          } else if(screen_1024.matches) {
 +
            position = 3450;
 +
            var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000);
 +
          } else if(screen_1280.matches){
 +
            position = 4500;
 +
            var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000);
 +
          } else if(screen_1440.matches){
 +
            position = 6000;
 +
            var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000);
 +
          } else if(screen_1680.matches){
 +
            position = 6500;
 +
            var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000);
 +
          } else if(screen_1920.matches){
 +
            position = 7500;
 +
            var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000);
 +
          } else {
 +
            var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000);
 +
          }
 +
           
 +
            function slideVideo() {
 +
              $("#video-main-page").css('transform','translateY(-100%)');
 +
              $("#skip-btn").css('transform','translateY(-100%)');
 +
              $("#skip-btn").css({'top': '-10%'});
 +
            }
  
        // enable draggables to be dropped into this
+
            function map(value, in_min, in_max, out_min, out_max) {
        interact('.dropzone').dropzone({
+
                return (value - in_min) * (out_max - out_min) / (in_max - in_min) + out_min;
            // only accept elements matching this CSS selector
+
             }
            // accept: '#yes-drop',
+
             // Require a 75% element overlap for a drop to be possible
+
            overlap: 0.75,
+
  
            // listen for drop related events:
+
//******************************************************* SCROLL OPACITY ***********************************************
  
            ondropactivate: function(event) {
+
  var hiding = document.getElementById("hiding-block");
                // activates when you grab an object
+
  var bacteria = document.getElementById("bacteria-nadando");
                // add active dropzone feedback
+
                event.target.classList.add('drop-active');
+
                //console.log("a");
+
            },
+
            ondragenter: function(event) {
+
                // activates when object enters dropzone
+
                var draggableElement = event.relatedTarget,
+
                    dropzoneElement = event.target;
+
  
                // feedback the possibility of a drop
+
            $(window).scroll(function(event) {
                dropzoneElement.classList.add('drop-target');
+
 
                draggableElement.classList.add('can-drop');
+
              var hidingPos = hiding.offsetTop;
                // draggableElement.textContent = 'Dragged in';
+
              var bacteriaPos = bacteria.offsetTop;
                //console.log("b");
+
 
            },
+
                var scroll = $(window).scrollTop();
            ondragleave: function(event) {
+
                 var scrollOpacity = map(scroll, 0, 350, 1, 0);
                // activates when object leaves dropzone
+
                 //var scrollFade = map(scroll, 350, 0, 0, 1);
                // remove the drop feedback style
+
                 var bacteriaOpacity = map(scroll, 0, 500, 0, 1);
                event.target.classList.remove('drop-target');
+
                 var bacteriaTop = map(scroll, 900, 2000, -100, 100);
                 event.relatedTarget.classList.remove('can-drop');
+
                var bacteriaRotate = map(scroll, 0, 700, 50, 0);
                 //event.relatedTarget.textContent = 'Dragged out';
+
                 if (scroll > hidingPos) {
                //console.log("c");
+
                  $('#bacteria-nadando ').css('opacity','0');
            },
+
                 } else {
            ondrop: function(event) {
+
                  $('#bacteria-nadando ').css('opacity', bacteriaOpacity);
                // activates when object is dropped in dropzone
+
                  $('#bacteria-nadando ').css('top', bacteriaTop + 'px');
                // event.relatedTarget.textContent = 'Dropped';
+
                 var draggableElementID = event.relatedTarget.id;
+
                 if (event.relatedTarget.id == "alan") {
+
                    document.getElementById(draggableElementID).style.display = "none";
+
                    document.getElementById("color1").style.opacity = "1";
+
                 } else if (event.relatedTarget.id == "esteban") {
+
                    document.getElementById(draggableElementID).style.display = "none";
+
                document.getElementById("color2").style.opacity = "1";
+
                 } else if (event.relatedTarget.id == "acebae") {
+
                    document.getElementById(draggableElementID).style.display = "none";
+
                    document.getElementById("color3").style.opacity = "1";
+
                } else if (event.relatedTarget.id == "sofi") {
+
                    document.getElementById(draggableElementID).style.display = "none";
+
                    document.getElementById("color4").style.opacity = "1";
+
 
                 }
 
                 }
                //console.log("d");
+
             });
             },
+
            ondropdeactivate: function(event) {
+
                // activates when you drop an object anywhere
+
                // remove active dropzone feedback
+
                event.target.classList.remove('drop-active');
+
                event.target.classList.remove('drop-target');
+
                //console.log("e");
+
            }
+
        });
+
  
        interact('.drag-drop')
+
//******************************************************* Video Controls *******************************************
            .draggable({
+
                inertia: true,
+
                restrict: {
+
                    restriction: "parent",
+
                    endOnly: true,
+
                    elementRect: {
+
  
                        top: 0,
+
            $("#video-main-page").bind("ended", function(){slideVideo()});
                        left: 0,
+
           
                        bottom: 1,
+
            $("#skip-btn").click(function() {
                        right: 1
+
              clearTimeout(timeoutVar);
                    }
+
              $(window).scrollTop(0);
                },
+
              slideVideo();
                autoScroll: true,
+
                // dragMoveListener from the dragging demo above
+
                onmove: dragMoveListener,
+
 
             });
 
             });
 
     </script>
 
     </script>
</body>
+
    <script type="text/javascript" src="https://2018.igem.org/Team:Purdue/JQuery/SlideShow?
 
+
action=raw&ctype=text/javascript"></script>
 +
    </body>
 
</html>
 
</html>
 
{{:Team:Tec-Monterrey/Templates/Tec-Monterrey_Footer}}
 
{{:Team:Tec-Monterrey/Templates/Tec-Monterrey_Footer}}

Revision as of 05:45, 14 October 2018

Skip

E. coding
Tec-Monterrey
Seccion Acevedo Interactive Entertainement System Co. S.A. de C.V. Ind.

Contact Us

Sponsors