jQuery - Animate element that has children absolutely positioned outside it - blinking

后端 未结 4 507
攒了一身酷
攒了一身酷 2021-01-17 12:47

Forgive me if this has been addressed before, couldn\'t find anything.

I am animating a content bar that that has children absolutely positioned outside it (via nega

4条回答
  •  生来不讨喜
    2021-01-17 13:03

    As of jQuery 1.4.3 there is another solution that does not require modifying jQuery. If you set the 'overflow' style of the element that you are animating as an inline style before starting the animation then jQuery will not set the 'overflow' style to hidden. For example:

    
    

提交回复
热议问题