Template:Metallic Shine 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 Tag: 2017 source edit |
||
| Line 5: | Line 5: | ||
style=" |
style=" |
||
font-size: {{{size|24px}}}; |
font-size: {{{size|24px}}}; |
||
font-family: {{{font|var(--font-family-citizen-serif)}}}; |
|||
color: {{{color|transparent}}}; |
|||
animation-duration: {{{duration|2s}}}; |
animation-duration: {{{duration|2s}}}; |
||
animation-delay: {{{delay|0s}}}; |
animation-delay: {{{delay|0s}}}; |
||
| Line 33: | Line 35: | ||
"default": "24px", |
"default": "24px", |
||
"description": "Font size (e.g. 24px)" |
"description": "Font size (e.g. 24px)" |
||
}, |
|||
"font": { |
|||
"label": "Font Family", |
|||
"type": "string", |
|||
"default": "var(--font-family-citizen-serif)", |
|||
"description": "Font to use for the text" |
|||
}, |
|||
"color": { |
|||
"label": "Text Color", |
|||
"type": "string", |
|||
"default": "transparent", |
|||
"description": "Color of the base text (transparent recommended for full shine)" |
|||
}, |
}, |
||
"glow": { |
"glow": { |
||
| Line 65: | Line 79: | ||
} |
} |
||
}, |
}, |
||
"description": "Applies an animated metallic shine effect to inline text with optional glow, |
"description": "Applies an animated metallic shine effect to inline text with optional glow, font, size, color, alignment, duration, delay, and repeat settings.", |
||
"format": "inline" |
"format": "inline" |
||
} |
} |
||
Revision as of 14:26, April 16, 2025
Applies an animated metallic shine effect to inline text with optional glow, font, size, color, alignment, duration, delay, and repeat settings.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | text | no description
| String | optional |
| Text Alignment | align | left, center, or right
| String | optional |
| Font Size | size | Font size (e.g. 24px)
| String | optional |
| Font Family | font | Font to use for the text
| String | optional |
| Text Color | color | Color of the base text (transparent recommended for full shine)
| String | optional |
| Glow Effect | glow | yes or no
| String | optional |
| Glow Color | glowcolor | Color of the glow if enabled
| String | optional |
| Animation Duration | duration | Time for one full shine cycle
| String | optional |
| Animation Delay | delay | Delay before the shine animation starts
| String | optional |
| Repeat Count | repeat | Number of times the animation should repeat (e.g. 1, infinite)
| String | optional |