-
1Reply
-
Error: EISDIR
errorFoundationWebsitesPartialshtmlhelp
Hey guys, Recently tried firing up a new project using Yeti Launch but I'm getting the following error messages after I had inputted code into my partial pages. There are no error messages prior to this, only once I hit save in my edi... (continued)
Last Reply by Jarryd Fillmore over 2 years ago
-
3Replies
-
Off-canvas toggle hamburger animation
off canvasoff canvas menuhamburgeranimationjqueryjavascript
Hi there, I'm having a little bit of difficulty toggling the class/animation for an animated hamburger icon while using the built in off-canvas menu plug-in (Foundation 6.2.0). I'm able to toggle the animation one way u... (continued)
Last Reply by James over 2 years ago
Really like this burger! Thank you very much!
Would you guys have any idea how to toggle this animation when using the off canvas menu?
Currently I have this JS which is able to toggle the animation one way, but I can't get it go return to normal when targeting the "js-off-canvas-exit".
Hopefully you can help...
Thank you!!
Jamie
$(".menu-button").click(function(){
$(this).toggleClass('is-active');
});
$(".js-off-canvas-exit").click(function(){
$("#menuButton").removeClass("is-active");
});