mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
## Related links
* Bug: Closes #7379
* Ripple: [Ripple](https://github.com/material-components/material-components-ios/tree/develop/components/Ripple)
## Introduction
This PR allows enabling the Ripple Behavior for `MDCButtonBar` by enabling the ripple behavior of the internal `MDCButton`s. This behavior is an opt in flag property added to MDCButtonBar, `enableRippleBehavior`. This improves the visual touch feedback for our users as MDCInkView didn't support our current motion guidelines. We are also marking any of the Ink APIs ToBeDeprecated as part of the [Deprecation Policy](cb6b8e9599/contributing/deprecation_policy.md (step-4-add-a-comment-to-the-api-indicating-that-it-will-be-deprecated)).
## Videos
| Before | After |
| - | - |
|||