Nasa worldwind – run custom function after the earth animation ends

The simplest thing is probably to use a timeout: setTimeout(()=>{ $(‘#searchButton’).css(‘color’, ‘#000’); }, 2000);. set the time value to make sure that it … read more