Monir Shembesh

Results 14 comments of Monir Shembesh

Hi @nidsnitesh did you find a way to control the slider speed?

hi @jovanovski , I have faced the same issue as you did and the second tint color that was already added by @talhaazhar only helps if you want to go...

Hi @talhaazhar check this implementation then? ``` animateColor() { if (!this.props.multiColor) { return this.props.singleColor } const colorsArry = this.props.multiColor.length; const inputRange = Array.from({ length: colorsArry }).map( (currElement, index) => index...

yh `unshift `will solve the issue but i only wanted to keep the `multiColors` array. in my local repo i already remove `tintColor `as i displayed above. The users dont...

Yh I agree with `tintTransitionColors`, I will write something up in a bit further improve the above code and send a pull request. @talhaazhar @bartgryszko

> > Hey @Monir-Shembesh, this looks great. However, appending `tintColor` to the start of the array fixes this (instead of expecting the user to add it): > > `let outputRange...

@aboveyunhai I see your point of view but let me run you through some points. Documentation is key, `tintTransitionColors` can contain 1 color or multiple colors thats what we are...

Hi all, please do no merge this branch yet i am going to make change the code to add an end percentage. Will explain more either TMW or After

@fareedagha sorry for late response. I will be sending the pull request later at night Today.

Hi, yes please merge it i have updated the README, revised the code, as well as fixed a typo in the types file.