Want to know jqury loop

<script type="text/javascript">

    $(function() {

        setTimeout(function() {
            $('.fly-in-text').removeClass('hidden');
        }, 500);
		
 })();
 
 

</script>
  • Ζ
  • Ω
  • Η

helloo avery one i m bigger in jqury please help me i want text fly but it work only on time i wanat to make it like loop , after few second it should be work but it only show the fly text one time i want repeating text thanks

I’m sorry, could you rephrase that? I think the language barrier is preventing me from understanding :pensive:

:wave: Are you trying to use that code to display animated text on the screen? Do you want it to continue being animated after the first time?

This post was flagged by the community and is temporarily hidden.