edusperoni / nativescript-ripple

NativeScript plugin to add Android Material Design Ripple effect to your layouts.
Apache License 2.0
52 stars 13 forks source link

Additional properties (Android only) #20

Closed SBD580 closed 6 years ago

SBD580 commented 6 years ago
ghost commented 5 years ago

@SBD580

Please can you explain rippleDelayClick in short? What's the usecase of a delay here?

SBD580 commented 5 years ago

From the native library (https://github.com/balysv/material-ripple):

app:mrl_rippleDelayClick="true" // if true, delays calls to OnClickListeners until ripple effect ends

ghost commented 5 years ago

I see

Ok, thank you :+1: