From 86823c5b3dce6da7187f3031be9846b87dfb3382 Mon Sep 17 00:00:00 2001 From: Andrew Roberts Date: Wed, 5 Dec 2018 17:13:24 -0800 Subject: [PATCH] Add rippleDuration prop to readme I wanted to changed the rippleDuration because it was too slow, but had to look into the source code to find it. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index be8f68e4..d1492112 100644 --- a/readme.md +++ b/readme.md @@ -68,6 +68,7 @@ class Example extends Component { label | Text field label text | String | - error | Text field error text | String | - animationDuration | Text field animation duration in ms | Number | 225 + rippleDuration | Ripple animation duration in ms | Number | 400 fontSize | Text field font size | Number | 16 labelFontSize | Text field label font size | Number | 12 baseColor | Text field base color | String | rgba(0, 0, 0, .38)