Giter Club home page Giter Club logo

Comments (5)

mrjasonweaver avatar mrjasonweaver commented on August 25, 2024

Thanks for reporting this. I'm pushing a fix in v.0.08.

from flexnav.

digitalcraftco avatar digitalcraftco commented on August 25, 2024

You may have already fixed this but I modified the animation function with .stop(true, true) to remove queued animation and complete the current animation immediately:

return $('.item-with-ul').on('mouseenter', function() {
return $(this).find('>ul').addClass('show').stop(true, true).slideDown(settings.animationSpeed);
}).on('mouseleave', function() {
return $(this).find('>ul').removeClass('show').stop(true, true).hide();
});

Seems to have fixed the sticky sub-menus when moving mouse to fast but haven't fully tested it out.

from flexnav.

mrjasonweaver avatar mrjasonweaver commented on August 25, 2024

@digitalcraftco Nice! Thanks for this. I'm working on releasing v0.8 this week. I'll roll this into the build.

from flexnav.

digitalcraftco avatar digitalcraftco commented on August 25, 2024

Awesome looking forward to it. Thanks for spearheading this script. Should be very useful for future projects.

from flexnav.

mrjasonweaver avatar mrjasonweaver commented on August 25, 2024

Added in. Closing this issue.

from flexnav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.