You don't need any JavaScript/jQuery to Fade in the Slick Carousel on Load as this can be achieved with just a few lines of CSS: -

Initially you need to hide the '.slick-slider' div (note we use our own class for more targeting flexibility) with zero opacity and then reverse the opacity when the slider is initialised on '.slick-initialized' class. Add a CSS ease for good measure.