Template:Appearing Text Effect
More actions
Fades multiple lines one-by-one without JavaScript. Use line1, line2, etc.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Line 1 | line1 | no description | String | optional |
| Line 2 | line2 | no description | String | optional |
| Line 3 | line3 | no description | String | optional |
| Text Color | color | no description
| String | optional |
| Font Family | font | no description
| String | optional |
| Font Size | fontsize | no description
| String | optional |
| Glow | glow | no description
| String | optional |
| Glow Color | glowcolor | no description
| String | optional |
| Alignment | align | no description
| String | optional |
| Position | position | no description
| String | optional |
| Animation Speed | speed | no description
| String | optional |
| Repeat Count | repeat | no description
| String | optional |
| Fade After | fadeout | no description
| String | optional |
| Fade Direction | fadefrom | no description
| String | optional |
{{#vardefine: speed | 1.5s }} {{#vardefine: font | var(--font-family-citizen-serif) }} {{#vardefine: size | 16px }} {{#vardefine: color | #00ffcc }} {{#vardefine: glow | yes }} {{#vardefine: glowcolor | #ccc }} {{#vardefine: fadeout | yes }} {{#vardefine: fadefrom | left }} {{#vardefine: repeat | 1 }}
The
<span class="appear-effect fade-{{#var:fadefrom}} " style="display:block; opacity:0; animation-delay:Expression error: Unrecognized punctuation character "{".s; animation-duration:{{#var:speed}}; animation-iteration-count:{{#var:repeat}}; font-family:{{#var:font}}; font-size:{{#var:size}}; color:{{#var:color}}; text-shadow:none; ">Then
<span class="appear-effect fade-{{#var:fadefrom}} " style="display:block; opacity:0; animation-delay:Expression error: Unrecognized punctuation character "{".s; animation-duration:{{#var:speed}}; animation-iteration-count:{{#var:repeat}}; font-family:{{#var:font}}; font-size:{{#var:size}}; color:{{#var:color}}; text-shadow:none; ">Final