Search code examples
jquerycssvisited

How to create an animation that is active to visit the page


What code should I add jquery to create an animation that is activated when a user visits the page.


Solution

  • $(document).ready(function(){
      $("#ID").animate();
    });