Welcome Guest, Not a member yet? Register   Sign In
intro on website visit[Temp_solved]
#5

[eluser]Ivar89[/eluser]
Yeah, I used JQuery for atleast a temp solution. Didn't need sleep that way.

Code:
$(function() {
   $(window).load(function(){
   $('#helpdiv').delay(3000).hide(1);
   $('#container').delay(3000).show(1);
    });
  });

I got the delay because the show and hide animation was NOT the animation I wanted and changing that was more work then just doing this, since the 3second image is a gif anyway.



Messages In This Thread
intro on website visit[Temp_solved] - by El Forum - 02-16-2012, 04:53 AM
intro on website visit[Temp_solved] - by El Forum - 02-16-2012, 04:59 AM
intro on website visit[Temp_solved] - by El Forum - 02-16-2012, 05:16 AM
intro on website visit[Temp_solved] - by El Forum - 02-16-2012, 06:48 AM
intro on website visit[Temp_solved] - by El Forum - 02-16-2012, 06:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB