"Funfact Counter"
Bootstrap 3.3.0 Snippet by osdeibi

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!-- Add this css in head tag --> <script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script> <!-- Here is the section --> <section id="counter" class="counter"> <div class="main_counter_area"> <div class="overlay p-y-3"> <div class="container"> <div class="row"> <div class="main_counter_content text-center white-text wow fadeInUp"> <div class="col-md-4"> <div class="single_counter p-y-2 m-t-1"> <i class="far fa-smile fa-6x m-b-1"></i> <h2 class="statistic-counter">10693</h2> <p>Momentos Felices</p> </div> </div> <div class="col-md-4"> <div class="single_counter p-y-2 m-t-1"> <i class="fas fa-puzzle-piece fa-6x m-b-1"></i> <h2 class="statistic-counter">3342</h2> <p>Encuestas Realizadas</p> </div> </div> <div class="col-md-4"> <div class="single_counter p-y-2 m-t-1"> <i class="far fa-comment-alt fa-6x m-b-1"></i> <h2 class="statistic-counter">13366</h2> <p>Respuestas Obtenidas</p> </div> </div> </div> </div> </div> </div> </div> </section><!-- End of counter Section --> <!-- Add this script before </body> --> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js"></script> <div style="text-align: center;margin-top: 150px;">Snippet Created by <a href="https://bootstrapthemes.co" target="_blank">Bootstrap themes</a></div>
// Counter jQuery('.statistic-counter').counterUp({ delay: 10, time: 2000 });

Related: See More


Questions / Comments: