fix(content): scrollToPoint reliability

fixes #15257
This commit is contained in:
Manu Mtz.-Almeida
2018-08-21 18:18:25 +02:00
parent c567a82bfc
commit e0f12598aa
4 changed files with 8 additions and 15 deletions

View File

@ -16,9 +16,9 @@ The ripple effect component adds the [Material Design ink ripple interaction eff
## Methods
| Method | Description |
| ----------- | ------------------------------------------- |
| `addRipple` | Adds the ripple effect to the parent elment |
| Method | Description |
| ----------- | -------------------------------------------- |
| `addRipple` | Adds the ripple effect to the parent element |
----------------------------------------------