| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
options |
object |
<optional> |
The optional parameters of Reflection effect. |
|
options.mirror |
number |
<optional> |
true |
|
options.boundary |
number |
<optional> |
0.5 |
Vertical position of the reflection point, default is 50% (middle) smaller numbers produce a larger reflection, larger numbers produce a smaller reflection. |
options.amplitude |
number |
<optional> |
[0, 20] |
Starting and ending amplitude of waves |
options.waveLength |
number |
<optional> |
[30, 100] |
Starting and ending length of waves |
options.alpha |
number |
<optional> |
[1, 1] |
Starting and ending alpha values |
options.time |
number |
<optional> |
0 |
Time for animating position of waves |
Extends
- PIXI.Filter
Members
Default constructor options
Starting and ending alpha values
- Default Value:
- [1, 1]
Starting and ending amplitude of waves
- Default Value:
- [0, 20]
Vertical position of the reflection point, default is 50% (middle) smaller numbers produce a larger reflection, larger numbers produce a smaller reflection.
- Default Value:
- 0.5
true to reflect the image, false for waves-only
- Default Value:
- true
Time for animating position of waves
- Default Value:
- 0
Starting and ending length of waves
- Default Value:
- [30, 100]

