Title: Remove transition effect
Last modified: July 3, 2019

---

# Remove transition effect

 *  Resolved [waseemaslam](https://wordpress.org/support/users/waseemaslam/)
 * (@waseemaslam)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/remove-transition-effect/)
 * 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](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/remove-transition-effect/#post-11479313)
 * Hi [@waseemaslam](https://wordpress.org/support/users/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](https://wordpress.org/support/users/waseemaslam/)
 * (@waseemaslam)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/remove-transition-effect/#post-11479659)
 * Thank you
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/remove-transition-effect/#post-11481134)
 * No problem. Happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove transition effect’ is closed to new replies.

 * ![](https://ps.w.org/mobile-menu/assets/icon-128x128.png?rev=1890426)
 * [WP Mobile Menu - The Mobile-Friendly Responsive Menu](https://wordpress.org/plugins/mobile-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-menu/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [transition effect](https://wordpress.org/support/topic-tag/transition-effect/)

 * 3 replies
 * 2 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/remove-transition-effect/#post-11481134)
 * Status: resolved