p4w31 !d21k0w541

Results 23 comments of p4w31 !d21k0w541

Hi. Simple way of finding selected screen could be by making use of onTransitionStart / onTransitionEnd component props. If we consider Autoplay slider ```js const AutoplaySlider = withAutoplay(AwesomeSlider); ``` and...

Hi @irfanDC sorry for late answer but I can confirm that the problem exists. What I did was copying the same autoplayslider with same images in single component. After some...

Hello. You might want to refer to issue #165. By default package doesn't contain captioned.js. I understand it that way that it's only example how you can extend slider so...

From what I've checked, only helpers section(examples.js) would need additional file import to make captioned.js work. Everything else is included in the ras package. I would suggest to include example.js...

Caption implementation is available but it's only in the example because(I guess) repo owner didn't want this package to be large(assuming that not everyone would want to use slider with...

@Tharuja Not React expert 😄 but I had the same problem where I wanted to make more modifications to the slider and at the same time store changes done to...

Make sure that you are binding each of your project video src to **video src tag** inside your Project component using props or however you prefer e.g. ```js export default...

> I expected this functionality to work straight out of the box for an awesome image slider. Did you visit CSS Customizer? If you manipulate slider-height-percentage property, you will see...

Good to hear that you somehow resolved this 😄 However I must mention(like in previous thread) that the approach with fixSlider didn't work for me, unless I explicitly put reference...

Hi @dhuber666. If you visit css customizer here provided by @rcaferati and scroll to the bottom of the page, you will see supported browsers. **tl;dr;** ![supported browsers for ras](https://user-images.githubusercontent.com/25982919/99714715-39f18780-2aa6-11eb-8a7e-f4a8345584a1.png) **tl;dr;2**...