Template:Appearing Text Effect: Difference between revisions
Template page
More actions
Content deleted Content added
LordSkorne7 (talk | contribs) No edit summary Tag: 2017 source edit |
LordSkorne7 (talk | contribs) No edit summary Tags: Reverted 2017 source edit |
||
| Line 1: | Line 1: | ||
<includeonly> |
<includeonly> |
||
<templatestyles src=" |
<templatestyles src="Emerging Animation/styles.css" /> |
||
<div class=" |
<div class="emerge-effect-wrapper emerge-{{{align|center}}}" style="{{{position|top: 0;}}}"> |
||
<span |
<span |
||
class=" |
class="emerge-effect {{#ifeq: {{{fadeout|no}}}|yes|emerge-fade}} {{#ifeq: {{{reverse|no}}}|yes|descend-motion}}" |
||
style=" |
style=" |
||
animation-duration: {{{speed|2s}}}; |
animation-duration: {{{speed|2s}}}; |
||
| Line 11: | Line 11: | ||
font-size: {{{fontsize|16px}}}; |
font-size: {{{fontsize|16px}}}; |
||
color: {{{color|#ffffff}}}; |
color: {{{color|#ffffff}}}; |
||
opacity: 0; |
|||
{{#ifeq: {{{glow|yes}}} | yes | text-shadow: 0 0 6px {{{glowcolor|white}}}, 0 0 10px {{{glowcolor|#ccc}}}; | text-shadow: none;}} |
{{#ifeq: {{{glow|yes}}} | yes | text-shadow: 0 0 6px {{{glowcolor|white}}}, 0 0 10px {{{glowcolor|#ccc}}}; | text-shadow: none;}} |
||
" |
" |
||
| Line 24: | Line 23: | ||
"label": "Text", |
"label": "Text", |
||
"type": "string", |
"type": "string", |
||
"default": "Insert Text Here" |
"default": "Insert Text Here" |
||
| ⚫ | |||
}, |
}, |
||
"color": { |
"color": { |
||
| Line 45: | Line 43: | ||
"label": "Glow Effect", |
"label": "Glow Effect", |
||
"type": "string", |
"type": "string", |
||
"default": "yes" |
"default": "yes" |
||
| ⚫ | |||
}, |
}, |
||
"glowcolor": { |
"glowcolor": { |
||
| Line 63: | Line 60: | ||
"type": "string", |
"type": "string", |
||
"default": "top: 0;", |
"default": "top: 0;", |
||
"description": " |
"description": "CSS like top: 10px; left: 50%;" |
||
}, |
}, |
||
"speed": { |
"speed": { |
||
"label": "Animation Speed", |
"label": "Animation Speed", |
||
"type": "string", |
"type": "string", |
||
"default": "2s" |
"default": "2s" |
||
"description": "How fast the appearance animation runs" |
|||
}, |
}, |
||
"delay": { |
"delay": { |
||
"label": "Delay", |
"label": "Delay Before Start", |
||
"type": "string", |
"type": "string", |
||
"default": "0s" |
"default": "0s" |
||
"description": "Time before animation starts" |
|||
}, |
}, |
||
"repeat": { |
"repeat": { |
||
"label": "Repeat Count", |
"label": "Repeat Count", |
||
"type": "string", |
"type": "string", |
||
"default": "1" |
"default": "1" |
||
"description": "e.g. 1, infinite" |
|||
}, |
}, |
||
"fadeout": { |
"fadeout": { |
||
"label": "Fade After |
"label": "Fade Out After Emerge", |
||
"type": "string", |
|||
| ⚫ | |||
| ⚫ | |||
}, |
|||
"reverse": { |
|||
"label": "Use Descending Effect", |
|||
"type": "string", |
"type": "string", |
||
"default": "no", |
"default": "no", |
||
"description": "yes to |
"description": "yes to use a zoom-up instead of zoom-out" |
||
} |
} |
||
}, |
}, |
||
"description": " |
"description": "Displays text that emerges from the background into view with optional fading and direction control.", |
||
"format": "inline" |
"format": "inline" |
||
} |
} |
||
Revision as of 15:21, April 1, 2025
Displays text that emerges from the background into view with optional fading and direction control.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | text | 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 Effect | glow | no description
| String | optional |
| Glow Color | glowcolor | no description
| String | optional |
| Text Alignment | align | left, center, right
| String | optional |
| Screen Position | position | CSS like top: 10px; left: 50%;
| String | optional |
| Animation Speed | speed | no description
| String | optional |
| Delay Before Start | delay | no description
| String | optional |
| Repeat Count | repeat | no description
| String | optional |
| Fade Out After Emerge | fadeout | yes or no
| String | optional |
| Use Descending Effect | reverse | yes to use a zoom-up instead of zoom-out
| String | optional |
Page Template:Emerging Animation/styles.css has no content.
I appear and then fade.