Tagged Questions
1
vote
2answers
324 views
Blinking control object in jQuery
I'm trying to make an object to start/stop blinking (with fadeIn() and fadeOut() for an object in jquery.
I already have a method blink() that makes the element blink once, and it works, but I'm ...
2
votes
3answers
5k views
jQuery - fadeIn(), fadeOut(), animate(), stop() and blinking
When "hover" triggers this code:
jQuery('#test').animate({opacity: 1},300);
And user hovers and unhovers very quickly the "#test" item blinks for a long time (of course opacity is being animated to ...
0
votes
2answers
1k views
jQuery - fadeIn called in callback of fadeOut blinking or occurring twice on certain items?
I am using a select form element to show different days for a schedule. For some reason, the third and fourth days are blinking when chosen and I'm not sure why. And if the third or fourth days are ...