Difference between revisions of "Team:Bordeaux/Template:HomeTeam"
Line 8: | Line 8: | ||
<article class="row"> | <article class="row"> | ||
<div class="col-md-10 col-sm-10 col-md-offset-1 col-sm-offset-1 text-left animated hiding" data-animation="fadeInDown" data-delay="500"> | <div class="col-md-10 col-sm-10 col-md-offset-1 col-sm-offset-1 text-left animated hiding" data-animation="fadeInDown" data-delay="500"> | ||
+ | $(document).ready(function(){ | ||
+ | $('div').mouseenter(function(){ | ||
+ | $('div').fadeTo('fast', 1); | ||
+ | }); | ||
+ | $(document).ready(function(){ | ||
+ | $('div').mouseleave(function(){ | ||
+ | $('div').fadeTo('fast', 0.5); | ||
+ | }); | ||
+ | }); | ||
+ | }); | ||
<center> | <center> | ||