I want to create a number counter animation on my portfolio website. I have some jquery code in my old website that transitions from the preloader to the website when fully loaded.
<script> $(window).on('load', () => { $('#preloader').fadeOut(1800, function() { $(this).remove(); }); }); </script>
How to add number counter animation and add side to upward transition? Thanks
for you.
counter span based on the counter value
slideUpof your
divand
.Example: