The Touch Ripple View is a view that implements Material Design touch ripple animation. It is an empty view that responds to touch interactions with a ripple animation. It is automatically added to the Material View, but is also provided separately so it can be used with non-material views.
Enabled
Turns the view on or off.
Interaction
The connection port used to link the view to an interaction.
Gesture
The connection port used to link the view to a gesture.
Position
The position of the view.
Size
The size of the view.
Rotation
The rotation of the view.
Scale
The scale of the view.
Anchor
The anchor point of the view.
Opacity
A normalized value between 0 - 1 that represents the opacity.
Masked to Bounds
Masks all subviews within the size of this view.
Ink Enabled
When enabled, display the ink touch ripple when touching the view.
Max Radius
The maximum radius of the touch ripple, which is normally computed by the hypotenuse of the view bounds.
Ink Color
The color of the ink.
Fill Background
If enabled, subtely pulse the background when showing touch ripples.
Gravitate
If enabled, touch ripples will move from the touch point towards the center of the view.