• Resolved waseemaslam

    (@waseemaslam)


    how can I remove the transition effect and time?
    I want background change instantly as the user presses hamburger

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @waseemaslam,

    Add the code below to the custom CSS option inside the General Options tab.

    .mob-menu-slideout-over .mob-menu-right-panel {
        -webkit-transition: -webkit-transform 0s;
        -moz-transition: -moz-transform 0s;
        -ms-transition: -ms-transform 0s;
        -o-transition: -o-transform 0s;
        transition: transform 0s;
    }

    Clear the cache and test again. Let me know the result.

    Thread Starter waseemaslam

    (@waseemaslam)

    Thank you

    Plugin Author Rui Guerreiro

    (@takanakui)

    No problem. Happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove transition effect’ is closed to new replies.