Forums

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

Home Forums CSS Weird issue with a mostly css acordian slider

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #45352

    [CSS Accordian Slider with jquery for class addition and removal](http://codepen.io/kbrec85/pen/eiEva “Acordian Slider”)

    Through this together really quickly so the code still needs a crap load of optimization, but I’m having an odd issue. If you roll over an item, then roll off it quickly, the total width seems to scroll between roughly 98% of the container and 102% of the container. This wouldn’t be a huge problem except that when it goes over 100% the item wraps onto the next line. I can fix this with an extra wrapper thats 103% width, but I’d like it to just stay inside of its containing element.

    I’ve tried switching from inline-block to floats and switching from ease to a linear transition, neither of which helped, but I did notice that the slower I make the animation, the less pronounced is the width wobble.

    Any ideas would be greatly appreciated.

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