|
Apr
12 |
|
awarded | Famous Question |
|
Mar
18 |
|
awarded | Notable Question |
|
Mar
15 |
|
awarded | Tumbleweed |
|
Mar
8 |
|
revised |
Multiple callback functions intended for specific DOM elements Added additional detail and code snippet |
|
Mar
8 |
|
comment |
visibility hidden flashes multiple times after fadeIn One additional tip: You should likely be using CSS3 Animation for this instead :) My suggestion would be simplify your JS greatly and avoid using JS animation entirely. The solution would instead turn a CSS class on or off depending on your condition. the CSS could handle all the animation for you! Read up on it: developer.mozilla.org/en-US/docs/CSS/Tutorials/… |
|
Mar
8 |
|
comment |
visibility hidden flashes multiple times after fadeIn Just updated me answer to include a better solution. Go take a look and see if that achieves what you're looking for. |
|
Mar
8 |
|
revised |
visibility hidden flashes multiple times after fadeIn added 100 characters in body |
|
Mar
8 |
|
asked | Multiple callback functions intended for specific DOM elements |
|
Mar
8 |
|
answered | visibility hidden flashes multiple times after fadeIn |
|
Mar
7 |
|
awarded | Famous Question |
|
Mar
1 |
|
awarded | Yearling |
|
Dec
20 |
|
awarded | Good Question |
|
Oct
17 |
|
awarded | Notable Question |
|
Oct
16 |
|
awarded | Notable Question |
|
Aug
24 |
|
awarded | Yearling |
|
Aug
21 |
|
awarded | Famous Question |
|
Aug
7 |
|
awarded | Popular Question |
|
Jul
31 |
|
awarded | Popular Question |
|
Jun
26 |
|
awarded | Popular Question |
|
Jun
11 |
|
comment |
Safely defining variables for public callback functions in javascript Can you explain why you've added the function onYouTubePlayerAPIReady? This function is already defined as yt.video.prototype.onPlayerReady |