Team:TU Delft/Tour/curtain
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | #top-section { | ||
+ | display: none; | ||
+ | } | ||
*{ | *{ | ||
margin:0; | margin:0; | ||
Line 202: | Line 205: | ||
}else{ | }else{ | ||
$(this).stop().animate({top: '-40px' }, {queue:false, duration:350, easing:'easeOutBounce'}); | $(this).stop().animate({top: '-40px' }, {queue:false, duration:350, easing:'easeOutBounce'}); | ||
- | $(".leftcurtain").stop().animate({width:' | + | $(".leftcurtain").stop().animate({width:'325px'}, 2000 ); |
- | $(".rightcurtain").stop().animate({width:' | + | $(".rightcurtain").stop().animate({width:'327px'}, 2000 ); |
$curtainopen = false; | $curtainopen = false; | ||
} | } | ||
Line 234: | Line 237: | ||
</div> | </div> | ||
<style> | <style> | ||
- | |||
- | |||
- | |||
#curtain-wrapper { | #curtain-wrapper { | ||
width: 650px; | width: 650px; |
Revision as of 09:30, 14 October 2010