$(function () { // DOM ready, take it away gsap.registerPlugin('ScrollTrigger'); gsap.config({ nullTargetWarn: false, }); var searchselect = new SlimSelect({ select: '#search-select', allowDeselectOption: true, closeOnSelect: true, addToBody:true }); function entityDone() { searchselect.enable(); /* $('.loading-container').slideUp('slow'); $('.search-content').slideDown('slow'); */ // timeline const loader = gsap.timeline({paused: true}); loader.play().timeScale(1); // open menu timeline animations loader.to(".loading-container", { duration: .1, autoAlpha: 0 }); loader.to(".search-content", { autoAlpha: 1, delay: -0.5, bottom:250 }); }; $('#search-select').data('handle', searchselect); searchselect.disable(); var $element=$('#entitysearch'); if (!$element.length) $element=$('