]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix double-transition bug (#26452)
authordomq <dominique@quatravaux.org>
Fri, 18 May 2018 15:59:52 +0000 (17:59 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 18 May 2018 15:59:52 +0000 (18:59 +0300)
commit616ce9b75a59abd188c1b0ac5dce61be7abef36b
tree778e2411fe3ec509ddadf84b528a9a914c35d5e3
parentd6ee126713545ad729969a5a093ab50300372dc2
Fix double-transition bug (#26452)

By applying the transition: CSS property only to classes that are
active during sliding, we avoid an unnecessary, non-zero-time
animation that although mostly invisible, does interfere with e.g.
z-index based parallax
scss/_carousel.scss