Team:Shenzhen SFLS
From 2014hs.igem.org
(Difference between revisions)
(EnvHasBeenSetUp) |
|||
Line 163: | Line 163: | ||
</div> | </div> | ||
<script> | <script> | ||
- | function | + | function appWrapper () { |
- | var NCComs = $('#navigation-circle').children(); | + | function NCOut () { |
- | + | var NCComs = $('#navigation-circle').children(); | |
- | + | NCComs.addClass('animated bounceOutDown'); | |
- | + | NCComs.one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function () { | |
- | + | $('#navigation-circle')[0].setAttribute('style', 'display: none;'); | |
+ | $('#tour')[0].removeAttribute('style'); | ||
+ | }); | ||
+ | } | ||
+ | |||
+ | $('#banner').on('click', function () { | ||
+ | NCOut(); | ||
}); | }); | ||
} | } | ||
- | + | ||
- | + | if (EnvHasBeenSetUp) | |
- | + | appWrapper(); | |
- | + | ||
</script> | </script> | ||
Revision as of 12:45, 20 June 2014
{
"title" : "Main | SFLS"
}