codypearce / material-bread

Cross Platform React Native Material Design Components
https://material-bread.org/
MIT License
323 stars 119 forks source link

ListItem and ListItemExpand: Ripple is quite fast #230

Open codypearce opened 5 years ago

codypearce commented 5 years ago

Describe your feature request This can be seen on the sidebar in the docs, https://material-bread.org/getting-started/react-native

It should be slowed to match material design docs

brunohkbx commented 5 years ago

I couldn't find on MD website any specifications. @codypearce Do you know how to compute this value?

codypearce commented 5 years ago

@brunohkbx Yeah looking for answers online isn't giving much https://github.com/google/material-design-lite/issues/1466 various teams seem confused.

Material UI https://github.com/mui-org/material-ui/blob/master/packages/material-ui/src/ListItem/ListItem.js uses the shortest transitions

Default Theme - Material-UI 2019-08-27 20-59-22

which is 150ms. That seems too short to me. It might be only an issue on the web. I'll do some more research.