WrathChaos / react-native-multiple-select

Customizable & Animated, Easy to Use Multiple Select Library for React Native
https://freakycoder.com
39 stars 2 forks source link

Disable bounceable animation #1

Open enestasdemir opened 3 years ago

enestasdemir commented 3 years ago

Hi,

How can I disable bounceable animation on list toggle?

Thanks.

WrathChaos commented 3 years ago

Hello @enestasdemir do you mean checkbox bounce effect right? If it is, right now you cannot disable it, but today I will update the react-native-bouncy-checkbox and you will disable the bounce effect. I will inform you when it is available.

enestasdemir commented 3 years ago

Hello @enestasdemir do you mean checkbox bounce effect right? If it is, right now you cannot disable it, but today I will update the react-native-bouncy-checkbox and you will disable the bounce effect. I will inform you when it is available.

No, not for the checkbox. There is an animation that plays while the list is opening, can we disable it?

WrathChaos commented 3 years ago

Oh I got it, right now it is not possible. What kind of opening animation do you need? like opacity?

enestasdemir commented 3 years ago

@WrathChaos I prefer a "slide down" style animation that we often see in accordion menus.

Also thanks for this component. It is very nice 👍

WrathChaos commented 3 years ago

I guess it will take time, but of course, PR's are welcome. I will try to add this animation ASAP