Description Usage Arguments Examples
Adjust drip style and behavior
1 2 3 | drip_settings(d3rain, dripFill = "firebrick", dripOpacity = 0.5,
dripSequence = "iterate", dripSize = 4, ease = "bounce",
dripSpeed = 1500, iterationSpeedX = 100, jitterWidth = 0)
|
d3rain |
An object of class d3rain |
dripFill |
Color of drips |
dripOpacity |
Opacity of drips |
dripSequence |
Either 'iterate', together', or 'by_group' |
dripSize |
Drip radius |
ease |
Either 'bounce' or 'linear' |
dripSpeed |
Drip speed in milliseconds |
iterationSpeedX |
Iteration speed multiplier |
jitterWidth |
Jitter width in pixels along x-axis |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.