Build a flexible custom mobile menu with animated toggle in Oxygen Builder

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 18

  • @robinjoseph8925
    @robinjoseph8925 Год назад +2

    Is it possible to create a 3 line hamburger icon and still have the cross icon functionality?

  • @SaidErraoudy1
    @SaidErraoudy1 21 день назад

    Great tutorial! Clear explanations and easy to follow along. Thanks for breaking down the steps so well,

  • @jackwalsh6487
    @jackwalsh6487 Год назад

    Excellent video! A few simple modification for the site I'm using it on and it's perfect. Thanks Cracka!!

  • @eucalyptech
    @eucalyptech 2 года назад

    Always impressive, well done Udoro !

  • @karzanmp7059
    @karzanmp7059 2 года назад

    Another great tutorial come out!👌

  • @jackwalsh6487
    @jackwalsh6487 Год назад

    Quick question Cracka: When the page is scrolled up and then the toggle is triggered, the menu has scrolled up with the page and doesn't display. Does this happen to you or do I have something not set correctly?

  • @jolmstead91
    @jolmstead91 2 года назад

    Good stuff! I like the hamburger icon made via pseudo-elements.
    FYI I think you could set the menu wrapper to auto height. You could animate it via setting max-height to 0 when it's not active. You may need to add a value (like max-height: 100vh) to the active class.

    • @jolmstead91
      @jolmstead91 2 года назад

      I'm playing around with it and max-height has its own issues. Could go either way, just an option if the content is variable in height due to responsive text, etc.

    • @DesignwithCracka
      @DesignwithCracka  2 года назад

      @@jolmstead91 I think max-height works fine as you suggested. Just remember to set the transition property to max-height, not height. set the max-height to a large value in px e.g. 1000px for the active class. This worked fine in my test.

  • @marshwebsolutions
    @marshwebsolutions 2 года назад

    Another great tutorial as always. Keep up the great work 😎

  • @deehrk
    @deehrk 2 года назад

    Great ! just one question , is there any Accessibility Features is this menu ? looking for one
    cheers

  • @jamesround86
    @jamesround86 2 года назад

    Would this be accessibility friendly? (proper aria labels, keyboard focus on icon and each menu element etc?)

    • @DesignwithCracka
      @DesignwithCracka  2 года назад +1

      I didn't cover accessibility in this video, but it's possible.

  • @deafdogdesign
    @deafdogdesign Год назад

    I used the same hamburger toggle with pseudo elements but the other one from the push-down, where actually only the before/after are visible. My struggle is how to give the lines a border radius? I tried setting a 50% border radius but that results in an ellips form, or setting it to a lesser percentage or even pixels gives a deformed result.

  • @nikidhan
    @nikidhan 2 года назад

    Hello, first i would like to thank you for this awesome tutorial. Second, i want to ask for help. I put a search form inside the menu, the problem is when i click on the search form to type something, the menu will close. Anyone can help me?