Jump to content
php.lv forumi

fadeIN problēmas


aika

Recommended Posts

FadeIn problēma atraisinājās, parādījās nākamā..

$(function(){
$('.outerContainer').hover(
   	function(){
       	$('.outerContainer .image').show().animate({opacity:1}, 500);
   	},
   	function(){
       	$('.outerContainer .image').stop().animate({opacity:0}, 500);
 }
);
});

 

Pastāv iespēja šādu kodu optimizēt, lai pie vairākiem hover notikumiem, nenotiktu cikliska funkcijas izpildīšanās?

Edited by aika
Link to comment
Share on other sites

Jā, piemēram, papildu mainīgais, ko pārbauda pirms fadeIn, vai tas satur atļautu vērtību, lai feidotu, tad uzstāda neatļautu, bet fadeOut beigās uzstāda atkal atļautu. Vai pie fadeIn noņem eventa handleri no elementa, bet pēc fadeOut uzstāda atpakaļ.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...