Brian Chan

Results 8 comments of Brian Chan

Hey @nicholasinclan, Which IE versions are you referring to? Animations are supported for IE10+, and only basic sliding support is available for IE8/9 (hence limited support).

Hey @AlinaMora, You can customize the position of the controls using some custom CSS. There's some explanation in the [docs here](http://www.bchanx.com/slidr#css), as well as a sample jsfiddle [here](http://jsfiddle.net/UC9rk/). Let me...

Hmm I haven't tested Slidr with IE11 yet. Let me try it out and get back to you @007finger.

Hey @for8aby, I've written a very basic example of how to create a slidr [in this jsfiddle](http://jsfiddle.net/ggjr3/), without use of jquery or any other dependencies. The key here is that...

Hi @william-vw, you can try using css flex-box to align things vertically and horizontally. For example: - without `display: flex`: ![without-flex-box](https://user-images.githubusercontent.com/437296/93634354-52a9c800-f9a5-11ea-99a8-d01fba99a429.png) - with `display: flex`, using `align-items: center` and `justify-content:...

Hi @Eiad, I'm afraid I don't understand what you're asking for. Could you clarify what you mean, or give an example?

Hi @BHWD, what you're asking for isn't supported natively by the library, but I think you can achieve something close with a little bit of custom code: ```html apple banana...

@BHWD just for fun, here's another fiddle with a totally random direction after each slide: [https://jsfiddle.net/zneodqab/](https://jsfiddle.net/zneodqab/)