Cnilton / react-native-floating-label-input

A customizable React Native TextInput with its placeholder always shown. Includes masks, global styles, character count, and a bunch else.
MIT License
293 stars 60 forks source link

Custom Label animation speed #72

Closed sritharIOS closed 3 years ago

sritharIOS commented 3 years ago

Hi Author,

I would like to control the custom label animation speed. It looks slow. Please guide me on how to increase the speed of that one.

sritharIOS commented 3 years ago

I got animationDuration property to achieve that. thanks.

coucoseth commented 3 years ago

kindly document this, also real quick, how can i use this prop?

Cnilton commented 3 years ago

Hi @coucoseth, animationDuration is set by miliseconds:

animationDuration={100}
rubanraj54 commented 3 years ago

Hi, @coucoseth thanks for the great component,

Please document this prop.