Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Jquery stop() is intefeering

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44570
    Anonymous
    Inactive

    I’m using Jquery stop() to prevent the slide panels from expanding and shrinking indefinitely depending on how many times you hover over them. It makes things better but now if you click on the nav tabs and see content slide it, then click the blue arrow and move your cursor immediately after clicking everything stops because the cursor hovers again and it stops the sliding animation. Is there a way around this? also can’t use css :hover animation because the last expanded panel is suppose to remain open. http://reallycoolstuff.net/PROJECTS/Unica/#

    maybe applying the stop() to the expand animation. But not the slide one.

    #134167
    Mottie
    Member

    You might want to check out the [documentation for `stop()`](http://api.jquery.com/stop/)… it’ll show you that you can do this: `stop(true, true)`.

    #134159
    Anonymous
    Inactive

    @Mottie Using stop(true,true) only skipped the current animation when another was started with the slides on hover.

    #134282
    Anonymous
    Inactive

    dequeue fixes it. But then the hover animation doesn’t work.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.