Olay - colorfader
Display and fade tru colors.
Base URL: https://etrusci.org/tool/olay/?mod=colorfader
Default configuration: colorfader.conf.js
Default style: colorfader.default.css
- mod=colorfader
- mod=colorfader&duration=5
- mod=colorfader&duration=5&function=ease-out
- mod=colorfader&duration=0.5&random=false
- mod=colorfader&duration=5&random=false&list=|ff0000|00ff00|0000ff&shuffle=true
Delay before fading to next color in seconds.
Valid: Floats >= 0.0
Fade to next color duration in seconds.
Valid: Floats >= 0.0
Fade timing function to use.
Valid:
linear
: Linear transitionease
: Ease transitionease-in
: Ease-in transitionease-out
: Ease-out transitionease-in-out
: Ease-in-out transition
Whether to use randomized colors or the values from the list.
Valid:
true
: Use randomized colorsfalse
: Use values from the list
Specific color values to fade tru.
Valid: Color HEX values without leading number sign (#)
Start each item with |
.
Whether to shuffle the colors list.
Requires: random = false
Valid:
true
: Shuffle listfalse
: Keep list in order
<div class="mod colorfader">
{empty_with_colored_background}
</div>
.mod {} /* or */ .mod.colorfader {} /* Module output container */