xxxxxxxxxx
1
<div class="my-5">
2
3
<section class="grey lighten-2 py-5">
4
5
<div class="flex-center">
6
7
<!--First row-->
8
<div class="row">
9
10
<!--First column-->
11
<div class="col-md-3 flex-center">
12
<img src="https://mdbootstrap.com/img/Photos/Template/34.png" class="img-fluid wow fadeIn" data-wow-delay=".2s">
13
</div>
14
<!--/First column-->
15
16
<!--Second column-->
17
<div class="col-md-3 flex-center">
18
<img src="https://mdbootstrap.com/img/Photos/Template/35.png" class="img-fluid wow fadeIn" data-wow-delay=".4s">
19
</div>
20
<!--/Second column-->
21
22
<!--Third column-->
23
<div class="col-md-3 flex-center">
24
<img src="https://mdbootstrap.com/img/Photos/Template/36.png" class="img-fluid wow fadeIn" data-wow-delay=".4s">
25
</div>
26
<!--/Third column-->
27
28
<!--Fourth column-->
29
<div class="col-md-3 flex-center">
30
<img src="https://mdbootstrap.com/img/Photos/Template/37.png" class="img-fluid wow fadeIn" data-wow-delay=".2s">
31
</div>
32
<!--/Fourth column-->
33
34
</div>
35
<!--/First row-->
36
37
</div>
38
39
</section>
40
41
</div>
xxxxxxxxxx
1
.wow {
2
visibility: hidden;
3
}
xxxxxxxxxx
1
$(document).ready(function() {
2
new WOW().init();
3
});
Console errors: 0