Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Appearing Text Effect: Difference between revisions

Template page
Content deleted Content added
Created page with "<includeonly> <templatestyles src="Appearing Text Effect/styles.css" /> <div class="appear-effect-wrapper appear-{{{align|center}}}" style="{{{position|top: 0;}}}"> <span class="appear-effect" style=" animation-duration: {{{speed|2s}}}; animation-delay: {{{delay|0s}}}; animation-iteration-count: {{{repeat|1}}}; font-family: {{{font|var(--font-family-citizen-serif)}}}; font-size: {{{fontsize|16px}}}; color: {{{color|#ffffff}}};..."
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
Line 37: Line 37:
}
}
</templatedata>
</templatedata>
{{Appearing Text Effect|text=Are you seeing this?|delay=1s|repeat=infinite}}
</noinclude>
</noinclude>

Revision as of 14:55, April 1, 2025


Makes text appear on screen with delay, alignment, styling, and optional glow.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Texttext

no description

Default
Insert Text Here
Stringoptional
Text Colorcolor

no description

Default
#ffffff
Stringoptional
Font Familyfont

no description

Default
var(--font-family-citizen-serif)
Stringoptional
Font Sizefontsize

no description

Default
16px
Stringoptional
Glow Effectglow

no description

Default
yes
Stringoptional
Glow Colorglowcolor

no description

Default
#ccc
Stringoptional
Text Alignmentalign

no description

Default
center
Stringoptional
Position on Screenposition

no description

Default
top: 0;
Stringoptional
Fade Speedspeed

no description

Default
2s
Stringoptional
Delay Before Appearingdelay

no description

Default
0s
Stringoptional
Repeat Countrepeat

no description

Default
1
Stringoptional

Are you seeing this?