Skip to content

How can I use the slide animation without a component? #5

Open
@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions