Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old March 5th, 2006, 04:06 AM
grafenberg grafenberg is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 34 grafenberg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
javascript not waiting for function return

and I didn't think it was possible...

does javascript not execute sequentially? I think not. I have a simple script:

Code:
function fade_about_out() {
	document.getElementById('about').style.MozOpacity -= .1;
	if(document.getElementById('about').style.MozOpaci  ty < .1)
	{
		document.getElementById('about').style.display='no  ne';
		return;
	}
	setTimeout(fade_about_out, 20);	
}
function fade_design_in() {
	document.getElementById('design').style.MozOpacity   += .1;
	if(document.getElementById('design').style.MozOpac  ity > 1)
	{
		
		return;
	}
	setTimeout(fade_design_in, 20);	
}

function show_design() {
	//hide about
	document.getElementById('about').style.MozOpacity = 1;
	fade_about_out();
	//show design
	document.getElementById('design').style.MozOpacity   = 0;
	document.getElementById('design').style.display=''  ;
	fade_design_in();
}


the 'fade_design_in' executed before 'fade_design_out' returns! how can this be possible?

many thanks for any help; I'm exausted..

g-

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > javascript not waiting for function return


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT