Template:Appearing Text Effect: Difference between revisions
More actions
LordSkorne7 (talk | contribs) No edit summary Tags: Reverted 2017 source edit |
LordSkorne7 (talk | contribs) No edit summary Tags: Reverted 2017 source edit |
||
| Line 49: | Line 49: | ||
text-shadow:{{#ifeq:{{#var:glow}}|yes|0 0 6px {{#var:glowcolor}}, 0 0 10px {{#var:glowcolor}}|none}}; |
text-shadow:{{#ifeq:{{#var:glow}}|yes|0 0 6px {{#var:glowcolor}}, 0 0 10px {{#var:glowcolor}}|none}}; |
||
">{{{line3}}}</span>}} |
">{{{line3}}}</span>}} |
||
</span> |
</span> |
||
</includeonly> |
</includeonly> |
||
Revision as of 13:07, April 16, 2025
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