Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Hacks
    In reply to: What Error in my Slide Menu

    What codes i have to use to get the same slide menu animation ?

    Hi shihabmalayil,
    your most prob already moved on from this but anyways…
    The animation is in the css file and run off the classes classie.js adds.

    /* Transitions */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;

Viewing 1 replies (of 1 total)