что толлингом занимаетесь?😂
у меня вот есть
где я троллил?
Поделись😭
чтоб вы понимали, из ТЗ прислали страницу
Я в целом😂
а шо, фриланс не?
а у тебя получилось сделать это кроссбраузерно?
Та не очень то и тянет, посмотрел я, на каждую задачу пол сотни откликов
Да, там простой js
бывает, поэтому на локалке, внутри страны работаю
поделись кодом))
а вот, по другому заговорил)
console.log("animation")
заебал , я тя спрашивал? у меня претензии только к дизайнеру
к дизайнеру? походу на реальных проектах совсем не участвовал, там не то, что дизайн
$(".grid-item").each(function() { let h = $(this).outerHeight(true); let w = $(this).outerWidth(true); if ($(window).width() < 1000 && $(window).width() > 600) { $(this).css({ "height": 490, "width": w }); $(this).children().css({ "height": 490, "width": w }); } if ($(window).width() < 600) { $(this).css({ "height": 490, "width": w }); $(this).children().css({ "height": 490, "width": w }); } if ($(window).width() > 1000) { $(this).css({ "height": h, "width": w }); $(this).children().css({ "height": h, "width": w }); } $(this).click(function () { $(this).addClass("item-opend"); if ($(this).hasClass("item-opend")) { if ($(window).width() < 1000 && $(window).width() > 600) { $(this).children().animate({ "height": (490 * 2 + 14), "width": (w * 2 + 14), "position": "absolute" }, 200); } if ($(window).width() < 600) { $(this).children().animate({ "height": (490 * 2 + 14), "width": w, "position": "absolute" }, 200); } if ($(window).width() > 1000) { $(this).children().animate({ "height": (h * 2 + 14), "width": (w * 2 + 14), "position": "absolute" }, 200); } $(this).children().css({ "z-index": 9 }); } }); $(this).on('mouseleave', function() { $(this).removeClass("item-opend"); if ($(window).width() < 1000 && $(window).width() > 600) { $(this).children().animate({ "height": 490, "width": w, "z-index": 0 }, 200); } if ($(window).width() < 600) { $(this).children().animate({ "height": 490, "width": w, "z-index": 0 }, 200); } if ($(window).width() > 1000) { $(this).children().animate({ "height": h, "width": w, "z-index": 0 }, 200); } }); });
Если это сделал - получил - гуляй, то согласен. А в нормальных проектах за работу денежку получают, а не за красивые глаза 👀
там дизайнер верстальшик буклетов в прошлом, я заеблася его парашу верстать 😂
Обсуждают сегодня