Title: Toggle Speed
Last modified: March 30, 2018

---

# Toggle Speed

 *  Resolved [ynagaoka](https://wordpress.org/support/users/ynagaoka/)
 * (@ynagaoka)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/toggle-speed/)
 * Hi, Thank you for the wonderful plugin 🙂
 * Is it possible to adjust the speed of Overlay slide toggle??
    I have poor jQuery
   🙁

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

 *  Plugin Author [dpowney](https://wordpress.org/support/users/dpowney/)
 * (@dpowney)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/toggle-speed/#post-10137611)
 * Lines 91 and 97 of frontend.js you’ll see this bit of code: `.slideToggle("slow",
   function() {});`
 * You can set the duration in the function as follows:
 * `.slideToggle("fast", function() {});`
 * or for 2 seconds (duration below is in milliseconds)
    `.slideToggle(2000, function(){});`
 * See [http://api.jquery.com/slidetoggle/](http://api.jquery.com/slidetoggle/)
 * Note any changes you make to the core plugin code will be overridden on any plugin
   updates.
 * Cheers,
    Daniel
 *  Thread Starter [ynagaoka](https://wordpress.org/support/users/ynagaoka/)
 * (@ynagaoka)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/toggle-speed/#post-10147919)
 * Thank you for replying quickly.
    I resolved that problem 🙂
 * Thanks a lot!!
 * Regards.

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

The topic ‘Toggle Speed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/my-chatbot_766f64.svg)
 * [My Chatbot](https://wordpress.org/plugins/my-chatbot/)
 * [Support Threads](https://wordpress.org/support/plugin/my-chatbot/)
 * [Active Topics](https://wordpress.org/support/plugin/my-chatbot/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-chatbot/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-chatbot/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ynagaoka](https://wordpress.org/support/users/ynagaoka/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/toggle-speed/#post-10147919)
 * Status: resolved