Zabrakło jakiegoś tytułu?
Zaproponuj dodanie do Wideoteki filmów lub seriali i zagłosuj na tytuły zaproponowane przez innych użytkowników!
Wersja skrócona
O najważniejszym
06
MAR
2025
Drogie Panie, wszystkiego najlepszego z okazji Dnia Kobiet! Życzymy Wam dużo radości, spełnienia marzeń i niezapomnianych filmowych emocji! Dowiedzieć się więcej
nuOpen = false; hiddenIcons.css({opacity: 0, transform: "translateY(60px)"}); const toggleInterval = setInterval(() => { if (!isMenuOpen) { currentIndex = (currentIndex + 1) % toggleLinks.length; toggleContainer.html(toggleLinks[currentIndex]); $('.live-chat-icons__base a').addClass('pulse-active') } }, 4000); toggleContainer.on("click", function (e) { e.preventDefault(); $('.live-chat-icons__base a').addClass('pulse-active') isMenuOpen = !hiddenIcons.hasClass("visible"); hiddenIcons.each(function (index, element) { const $el = $(element); if ($el.hasClass("visible")) { $el.removeClass("visible").animate({opacity: 0, top: "60px"}, { duration: 300, step: function (now, fx) { if (fx.prop === "top") { $(this).css("transform", `translateY(${now}px)`); } }, } ); } else { $('.live-chat-icons__base a').removeClass('pulse-active') $el.addClass("visible").animate( { opacity: 1, top: "0px" }, { duration: 300, step: function (now, fx) { if (fx.prop === "top") { $(this).css("transform", `translateY(${now}px)`); $(this).css("transform", 'scale(0.8)'); } }, } ); } }); }); }); $(document).ready(function () { const checkCondition = () => { if ($(window).width() <= 666 && !$('#cw-widget-holder').hasClass('woot--hide')) { $('.live-chat-close-btn').addClass('close-btn-woot-active'); } else { $('.live-chat-close-btn').removeClass('close-btn-woot-active'); } }; setTimeout(() => { if ($('#cw-widget-holder').hasClass('woot--hide')) { $('.live-chat-close-btn').removeClass('close-btn-woot-active'); } else { checkCondition(); } }, 10); $(window).on('resize', checkCondition); $(window).on('load', checkCondition); $('#woot-chat-icon, #woot-chat-close').on('click', function () { setTimeout(checkCondition, 10); }); $('.live-chat-close-btn').on('click', function (e) { $('#cw-widget-holder').addClass('woot--hide'); $('.live-chat-close-btn').removeClass('close-btn-woot-active'); }) });