When my website loads, some of the fontawesome icons pop in after the animations finish. Specifically, two out of four icons used for visual representation of my skills (such as 'Sound Design' with a headphones picture) pop in when it gets to the 'Skills' section. Is this a loading issue where the scripts are being read too slowly?
Below is the HTML code for my tabs, contained within index.html:
<html>
/* Code goes here */
</html>
I also have some jQuery functions to handle page transitions:
$(document).ready(function() {
/* jQuery functions go here */
});
$(function() {
/* More jQuery functions here */
});
/* And CSS styling if needed: */
<style>
/* CSS styles go here */
</style>