LmnRippleDirective
Decorators: |
|
Selectors: | [ [ |
Implements: |
LmnRippleTarget |
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
animation r |
| Configuration for the ripple animation. Allows modifying the enter and exit animation duration of the ripples. The animation durations will be overwritten if the |
centered r |
| Whether the ripple always originates from the center of the host element's bounds, rather than originating from the location of the click event. |
disabled r |
| Whether click events will not trigger the ripple. Ripples can be still launched manually by using the |
ignoreElementsSelectors r |
| Pass a list of DOM selector which will be used to determine if the ripple should execute:
|
negative r |
| Define the negative status of the ripple |
radius r |
| If set, the radius in pixels of foreground ripples when fully expanded. If unset, the radius will be the distance from the center of the ripple to the furthest corner of the host element's bounding rectangle. |
trigger r |
| The element that triggers the ripple when click events are received. Defaults to the directive's host element. |
triggerKeys r |
| Keys allowed to trigger the ripple |
unbounded r |
| Whether the ripples should be visible outside the component's bounds. |
Accessors
get rippleConfig |
---|
Ripple configuration from the directive's input values. @docs-private Implemented as part of RippleTarget |
Presentation
|
Type |
get rippleDisabled |
---|
Whether ripples on pointer-down are disabled or not. @docs-private Implemented as part of RippleTarget |
Presentation
|
Type
|
Methods
fadeOutAll() |
---|
Fades out all currently showing ripple elements. |
Presentation
|
Returnsvoid |
fadeOutAllNonPersistent() |
---|
Fades out all currently showing non-persistent ripple elements. |
Presentation
|
Returnsvoid |
launch() | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Launches a manual ripple at the specified coordinated or just by the ripple config. | ||||||||||||||||||||||||||
Presentation
| ||||||||||||||||||||||||||
Parameters
ReturnsLmnRippleRef | ||||||||||||||||||||||||||
|