mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
This PR includes the ripple implementation that is up to date with Material design and motion guidelines. A ripple by definition is a visual form of feedback for touch events providing users a clear signal that an element is being touched. The ripple effect is a core functionality for components such as buttons, cells, cards, etc. This will eventually succeed the outdated Ink component, and is currently being added under MaterialComponentsBeta. There are unit tests and an example included to this PR. The full design doc can be found here: go/ripple-ios-revisited