Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8570555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:35:07+00:00 2026-06-11T18:35:07+00:00

I used according menu and slides in a single page. I used easeOutBounce from

  • 0

I used according menu and slides in a single page. I used “easeOutBounce” from using jquery.easing.1.3.js to according menu.

Now the menu is working fine.

But it conflict with the Slider. I don’t need this effect with the Slider. I don’t know how to solve this issue.

I don’t need “easeOutBounce” effect the Bottom slide of this URL.

The slide is not a problem when I remove this line $.easing.def = "easeOutBounce"; from my code. But I need this effect to according menu.

My code is

<script>
    $(document).ready(function(){
        $.easing.def = "easeOutBounce";
        $('li.button a').click(function(e){
            var dropDown = $(this).parent().next();
            $('li.dropdown').not(dropDown).slideUp('slow');
            dropDown.slideToggle('slow');
            e.preventDefault();
        })
    });
</script>
<script>
    $(function(){
        $('#slides_two').slides({
            generateNextPrev: true,
            pagination: false,
            preload: true,
            preloadImage: 'images/loading.gif',
            generatePagination: false,
            play: 10000,
            slideSpeed: 3000,
            effect: 'slide',
            pause: 4000,
            hoverPause: true
        });
    });
</script>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:35:08+00:00Added an answer on June 11, 2026 at 6:35 pm

    You can use slideEasing option for your slider. This is how your code would be with this option:

    <script type="text/javascript">
          $(document).ready(function(){
        $.easing.def = "easeOutBounce";
        $('li.button a').click(function(e){
        var dropDown = $(this).parent().next();
        $('li.dropdown').not(dropDown).slideUp('slow');
        dropDown.slideToggle('slow');
        e.preventDefault();
    })
    
          });
          </script>
          <script type="text/javascript">
        $(function(){
    
            $('#slides_two').slides({
                generateNextPrev: true,
                pagination: false,
                preload: true,
                preloadImage: 'images/loading.gif',
                generatePagination: false,
                play: 10000,
                slideSpeed: 3000,
                effect: 'slide',
                pause: 4000,
                hoverPause: true,
                slideEasing: "jswing"
            });
    
            });
    </script>
    

    Easing types you can see here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

According to this rubyquiz , external iterators used to be slow, but are now
I am using master page in which menu is generating dynamically according to user
According to mysql document Encoding with a 128-bit key length is used, but you
I used Firebug to inspect the HTML my php(using wordpress) files created. According to
I used this script to create a jQuery accordion. Check out the working jsFiddle
I have a sidebar with collapsible menu it works fine but all the values
jQuery UI accordion panel contains list of single line menu items. Menu items needs
Different Data structures are used according to requirement but how would I know which
I'd like to use something like jQuery's accordion menu, but have the triggered elements
jquery ui accordion is used for navigation in ASP .NET MVC2 site.master page. Accordion

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.