JohnPaulDesign
1/9/2017 - 11:39 AM

Trigger animations when Foundation off canvas menu is toggled

Trigger animations when Foundation off canvas menu is toggled

$(document).on('opened.zf.offcanvas', function(){
    //animation when opened
});

$(document).on('closed.zf.offcanvas', function(){
    //animation when closed
});