Twitter Bootstrap Collapse plugin Direction—Horizontal instead of Vertical

前端 未结 7 590
孤城傲影
孤城傲影 2020-11-28 07:27

Is there a way to collapse the the Bootstrap Collapse plugin from horizontally instead of vertically? Looking at the code this ability doesn\'t seem to be built in, but I\'m

7条回答
  •  隐瞒了意图╮
    2020-11-28 07:54

    i think translateX(-100%) and translateX(0) might be the way to go rather than animating width as uses hardware acceleration correctly when supported

提交回复
热议问题