Open

Description
Hello,
I wanted to ask how to use the slide animation without a component. I would like to add this jQuery function to my vue project:
$(function() { var e = $(".menu-popup"); $(".menu-triger, .menu-close").click(function() { return e.slideToggle(300, function() { e.is(":hidden") ? $("body").removeClass("body_pointer") : $("body").addClass("body_pointer") }), !1 }) });
Metadata
Metadata
Assignees
Labels
No labels