Jump to content
Search Community

Sarliking

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Sarliking

  1. how to remove it with jquery any ideas?
  2. You can do the delay execution of a function using the settimeout & setinterval which are timer method of javascript. So you can apply 5 seconds delay on you animation with setTimeout(function(){ //your logic }, 2000);
×
×
  • Create New...