I'm actually use Bootstrap collapse horizontally instead of Offcanvas Bootstrap collapse! . I would like to override the default collapse animation and use this style :
div {
-webkit-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
Thanks in advance for you support and help.